LPUSHPOP first implementation

This commit is contained in:
antirez
2009-11-11 18:38:37 +01:00
parent bcfc686db7
commit 12f9d551b6
4 changed files with 81 additions and 8 deletions

View File

@ -76,6 +76,7 @@ static struct redisCommand cmdTable[] = {
{"lrange",4,REDIS_CMD_INLINE},
{"ltrim",4,REDIS_CMD_INLINE},
{"lrem",4,REDIS_CMD_BULK},
{"lpoppush",3,REDIS_CMD_BULK},
{"sadd",3,REDIS_CMD_BULK},
{"srem",3,REDIS_CMD_BULK},
{"smove",4,REDIS_CMD_BULK},