Unverified Commit 51eb0da8 authored by sundb's avatar sundb Committed by GitHub
Browse files

Fix command reset's arity (#8212)

parent 11b3325e
...@@ -1059,7 +1059,7 @@ struct redisCommand redisCommandTable[] = { ...@@ -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}
}; };
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment