mirror of
https://github.com/fluencelabs/redis
synced 2025-03-17 08:00:49 +00:00
Fixes BZ[REV]POP's arity
This commit is contained in:
parent
4edb1d7e10
commit
cd2743c0e6
@ -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…
x
Reference in New Issue
Block a user