mirror of
https://github.com/fluencelabs/redis
synced 2025-06-19 12:11:21 +00:00
APPEND command
This commit is contained in:
@ -63,6 +63,7 @@ static struct redisCommand cmdTable[] = {
|
||||
{"get",2,REDIS_CMD_INLINE},
|
||||
{"set",3,REDIS_CMD_BULK},
|
||||
{"setnx",3,REDIS_CMD_BULK},
|
||||
{"append",3,REDIS_CMD_BULK},
|
||||
{"del",-2,REDIS_CMD_INLINE},
|
||||
{"exists",2,REDIS_CMD_INLINE},
|
||||
{"incr",2,REDIS_CMD_INLINE},
|
||||
|
Reference in New Issue
Block a user