mirror of
https://github.com/fluencelabs/redis
synced 2025-07-31 08:22:01 +00:00
DEL is now a vararg, IMPORTANT: memory leak fixed in loading DB code
This commit is contained in:
@@ -60,7 +60,7 @@ static struct redisCommand cmdTable[] = {
|
||||
{"get",2,REDIS_CMD_INLINE},
|
||||
{"set",3,REDIS_CMD_BULK},
|
||||
{"setnx",3,REDIS_CMD_BULK},
|
||||
{"del",2,REDIS_CMD_INLINE},
|
||||
{"del",-2,REDIS_CMD_INLINE},
|
||||
{"exists",2,REDIS_CMD_INLINE},
|
||||
{"incr",2,REDIS_CMD_INLINE},
|
||||
{"decr",2,REDIS_CMD_INLINE},
|
||||
|
Reference in New Issue
Block a user