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
71499ab1
Unverified
Commit
71499ab1
authored
Mar 13, 2019
by
Salvatore Sanfilippo
Committed by
GitHub
Mar 13, 2019
Browse files
Merge pull request #5893 from itamarhaber/bzpop-arity
Fixes BZ[REV]POP's arity
parents
c49abcb7
cd2743c0
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/server.c
View file @
71499ab1
...
@@ -480,11 +480,11 @@ struct redisCommand redisCommandTable[] = {
...
@@ -480,11 +480,11 @@ struct redisCommand redisCommandTable[] = {
"write fast @sortedset"
,
"write fast @sortedset"
,
0
,
NULL
,
1
,
1
,
1
,
0
,
0
,
0
},
0
,
NULL
,
1
,
1
,
1
,
0
,
0
,
0
},
{
"bzpopmin"
,
bzpopminCommand
,
-
2
,
{
"bzpopmin"
,
bzpopminCommand
,
-
3
,
"write no-script fast @sortedset @blocking"
,
"write no-script fast @sortedset @blocking"
,
0
,
NULL
,
1
,
-
2
,
1
,
0
,
0
,
0
},
0
,
NULL
,
1
,
-
2
,
1
,
0
,
0
,
0
},
{
"bzpopmax"
,
bzpopmaxCommand
,
-
2
,
{
"bzpopmax"
,
bzpopmaxCommand
,
-
3
,
"write no-script fast @sortedset @blocking"
,
"write no-script fast @sortedset @blocking"
,
0
,
NULL
,
1
,
-
2
,
1
,
0
,
0
,
0
},
0
,
NULL
,
1
,
-
2
,
1
,
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