mirror of
https://github.com/fluencelabs/redis
synced 2025-06-12 00:31:21 +00:00
change command names no longer used to zunion/zinter
This commit is contained in:
@ -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},
|
||||
|
Reference in New Issue
Block a user