mirror of
https://codeberg.org/redict/redict.git
synced 2025-01-23 08:38:27 -05: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",
|
"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},
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user