mirror of
https://codeberg.org/redict/redict.git
synced 2025-01-22 16:18:28 -05:00
Merge pull request #5893 from itamarhaber/bzpop-arity
Fixes BZ[REV]POP's arity
This commit is contained in:
commit
71499ab1c6
@ -480,11 +480,11 @@ struct redisCommand redisCommandTable[] = {
|
||||
"write fast @sortedset",
|
||||
0,NULL,1,1,1,0,0,0},
|
||||
|
||||
{"bzpopmin",bzpopminCommand,-2,
|
||||
{"bzpopmin",bzpopminCommand,-3,
|
||||
"write no-script fast @sortedset @blocking",
|
||||
0,NULL,1,-2,1,0,0,0},
|
||||
|
||||
{"bzpopmax",bzpopmaxCommand,-2,
|
||||
{"bzpopmax",bzpopmaxCommand,-3,
|
||||
"write no-script fast @sortedset @blocking",
|
||||
0,NULL,1,-2,1,0,0,0},
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user