Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ruanhaishen
redis
Commits
51eb0da8
Unverified
Commit
51eb0da8
authored
Dec 18, 2020
by
sundb
Committed by
GitHub
Dec 18, 2020
Browse files
Fix command reset's arity (#8212)
parent
11b3325e
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/server.c
View file @
51eb0da8
...
@@ -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
}
};
};
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment