mirror of
https://github.com/fluencelabs/redis
synced 2025-03-19 09:00:51 +00:00
change command names no longer used to zunion/zinter
This commit is contained in:
parent
3317c67971
commit
3350558346
@ -112,8 +112,8 @@ static struct redisCommand cmdTable[] = {
|
||||
{"zincrby",4,CMDFLAG_NONE},
|
||||
{"zrem",3,CMDFLAG_NONE},
|
||||
{"zremrangebyscore",4,CMDFLAG_NONE},
|
||||
{"zmerge",-3,CMDFLAG_NONE},
|
||||
{"zmergeweighed",-4,CMDFLAG_NONE},
|
||||
{"zunion",-4,CMDFLAG_NONE},
|
||||
{"zinter",-4,CMDFLAG_NONE},
|
||||
{"zrange",-4,CMDFLAG_NONE},
|
||||
{"zrank",3,CMDFLAG_NONE},
|
||||
{"zrevrank",3,CMDFLAG_NONE},
|
||||
|
Loading…
x
Reference in New Issue
Block a user