Fix command reset's arity (#8212)
This commit is contained in:
parent
11b3325e99
commit
51eb0da824
@ -1059,7 +1059,7 @@ struct redisCommand redisCommandTable[] = {
|
|||||||
"read-only @string",
|
"read-only @string",
|
||||||
0,lcsGetKeys,0,0,0,0,0,0},
|
0,lcsGetKeys,0,0,0,0,0,0},
|
||||||
|
|
||||||
{"reset",resetCommand,-1,
|
{"reset",resetCommand,1,
|
||||||
"no-script ok-stale ok-loading fast @connection",
|
"no-script ok-stale ok-loading fast @connection",
|
||||||
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