mirror of
https://github.com/fluencelabs/redis
synced 2025-06-24 14:31:34 +00:00
SPOP implemented. Hash table resizing for Sets and Expires too. Changed the resize policy to play better with RANDOMKEY and SPOP.
This commit is contained in:
@ -79,6 +79,7 @@ static struct redisCommand cmdTable[] = {
|
||||
{"smove",4,REDIS_CMD_BULK},
|
||||
{"sismember",3,REDIS_CMD_BULK},
|
||||
{"scard",2,REDIS_CMD_INLINE},
|
||||
{"spop",2,REDIS_CMD_INLINE},
|
||||
{"sinter",-2,REDIS_CMD_INLINE},
|
||||
{"sinterstore",-3,REDIS_CMD_INLINE},
|
||||
{"sunion",-2,REDIS_CMD_INLINE},
|
||||
|
Reference in New Issue
Block a user