Commit 33505583 authored by Pieter Noordhuis's avatar Pieter Noordhuis
Browse files

change command names no longer used to zunion/zinter

parent 3317c679
...@@ -112,8 +112,8 @@ static struct redisCommand cmdTable[] = { ...@@ -112,8 +112,8 @@ static struct redisCommand cmdTable[] = {
{"zincrby",4,CMDFLAG_NONE}, {"zincrby",4,CMDFLAG_NONE},
{"zrem",3,CMDFLAG_NONE}, {"zrem",3,CMDFLAG_NONE},
{"zremrangebyscore",4,CMDFLAG_NONE}, {"zremrangebyscore",4,CMDFLAG_NONE},
{"zmerge",-3,CMDFLAG_NONE}, {"zunion",-4,CMDFLAG_NONE},
{"zmergeweighed",-4,CMDFLAG_NONE}, {"zinter",-4,CMDFLAG_NONE},
{"zrange",-4,CMDFLAG_NONE}, {"zrange",-4,CMDFLAG_NONE},
{"zrank",3,CMDFLAG_NONE}, {"zrank",3,CMDFLAG_NONE},
{"zrevrank",3,CMDFLAG_NONE}, {"zrevrank",3,CMDFLAG_NONE},
......
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