Make rreplay forward compatible with extra future args
Former-commit-id: ef3690f2db48b80e3ffb5dbfc7d538c3bec23ee2
This commit is contained in:
parent
0a9aa64210
commit
fae54d1533
@ -1001,7 +1001,7 @@ struct redisCommand redisCommandTable[] = {
|
|||||||
"admin no-script ok-loading ok-stale",
|
"admin no-script ok-loading ok-stale",
|
||||||
0,NULL,0,0,0,0,0,0},
|
0,NULL,0,0,0,0,0,0},
|
||||||
|
|
||||||
{"rreplay",replicaReplayCommand,3,
|
{"rreplay",replicaReplayCommand,-3,
|
||||||
"read-only fast noprop",
|
"read-only fast noprop",
|
||||||
0,NULL,0,0,0,0,0,0}
|
0,NULL,0,0,0,0,0,0}
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user