mirror of
https://codeberg.org/redict/redict.git
synced 2025-01-23 00:28:26 -05:00
Fix commandCommand arity
This commit is contained in:
parent
f5ff91f675
commit
efa0840707
@ -282,7 +282,7 @@ struct redisCommand redisCommandTable[] = {
|
|||||||
{"bitcount",bitcountCommand,-2,"r",0,NULL,1,1,1,0,0},
|
{"bitcount",bitcountCommand,-2,"r",0,NULL,1,1,1,0,0},
|
||||||
{"bitpos",bitposCommand,-3,"r",0,NULL,1,1,1,0,0},
|
{"bitpos",bitposCommand,-3,"r",0,NULL,1,1,1,0,0},
|
||||||
{"wait",waitCommand,3,"s",0,NULL,0,0,0,0,0},
|
{"wait",waitCommand,3,"s",0,NULL,0,0,0,0,0},
|
||||||
{"command",commandCommand,0,"lt",0,NULL,0,0,0,0,0},
|
{"command",commandCommand,1,"lt",0,NULL,0,0,0,0,0},
|
||||||
{"geoadd",geoaddCommand,-5,"wm",0,NULL,1,1,1,0,0},
|
{"geoadd",geoaddCommand,-5,"wm",0,NULL,1,1,1,0,0},
|
||||||
{"georadius",georadiusCommand,-6,"w",0,NULL,1,1,1,0,0},
|
{"georadius",georadiusCommand,-6,"w",0,NULL,1,1,1,0,0},
|
||||||
{"georadiusbymember",georadiusByMemberCommand,-5,"w",0,NULL,1,1,1,0,0},
|
{"georadiusbymember",georadiusByMemberCommand,-5,"w",0,NULL,1,1,1,0,0},
|
||||||
|
Loading…
Reference in New Issue
Block a user