SMOVE command implemented

This commit is contained in:
antirez
2009-04-28 20:36:08 +02:00
parent bb0b03a3d7
commit a4460ef43f
16 changed files with 96 additions and 11 deletions

View File

@ -76,6 +76,7 @@ static struct redisCommand cmdTable[] = {
{"lrem",4,REDIS_CMD_BULK},
{"sadd",3,REDIS_CMD_BULK},
{"srem",3,REDIS_CMD_BULK},
{"smove",4,REDIS_CMD_BULK},
{"sismember",3,REDIS_CMD_BULK},
{"scard",2,REDIS_CMD_INLINE},
{"sinter",-2,REDIS_CMD_INLINE},