Make rreplay forward compatible with extra future args

Former-commit-id: ef3690f2db48b80e3ffb5dbfc7d538c3bec23ee2
This commit is contained in:
John Sully 2019-04-20 01:15:01 -04:00
parent 0a9aa64210
commit fae54d1533

View File

@ -1001,7 +1001,7 @@ struct redisCommand redisCommandTable[] = {
"admin no-script ok-loading ok-stale",
0,NULL,0,0,0,0,0,0},
{"rreplay",replicaReplayCommand,3,
{"rreplay",replicaReplayCommand,-3,
"read-only fast noprop",
0,NULL,0,0,0,0,0,0}
};