Commit cd2743c0 authored by Itamar Haber's avatar Itamar Haber
Browse files

Fixes BZ[REV]POP's arity

parent 4edb1d7e
...@@ -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},
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment