mirror of
https://github.com/fluencelabs/redis
synced 2025-06-19 04:01:22 +00:00
not yet working BLPOP implementation
This commit is contained in:
@ -71,6 +71,8 @@ static struct redisCommand cmdTable[] = {
|
||||
{"lpush",3,REDIS_CMD_BULK},
|
||||
{"rpop",2,REDIS_CMD_INLINE},
|
||||
{"lpop",2,REDIS_CMD_INLINE},
|
||||
{"brpop",3,REDIS_CMD_INLINE},
|
||||
{"blpop",3,REDIS_CMD_INLINE},
|
||||
{"llen",2,REDIS_CMD_INLINE},
|
||||
{"lindex",3,REDIS_CMD_INLINE},
|
||||
{"lset",4,REDIS_CMD_BULK},
|
||||
|
Reference in New Issue
Block a user