mirror of
https://github.com/fluencelabs/redis
synced 2025-06-24 06:21:32 +00:00
initial implementation of SUBSTR
This commit is contained in:
@ -65,6 +65,7 @@ static struct redisCommand cmdTable[] = {
|
||||
{"set",3,REDIS_CMD_BULK},
|
||||
{"setnx",3,REDIS_CMD_BULK},
|
||||
{"append",3,REDIS_CMD_BULK},
|
||||
{"substr",4,REDIS_CMD_INLINE},
|
||||
{"del",-2,REDIS_CMD_INLINE},
|
||||
{"exists",2,REDIS_CMD_INLINE},
|
||||
{"incr",2,REDIS_CMD_INLINE},
|
||||
|
Reference in New Issue
Block a user