mirror of
https://github.com/fluencelabs/redis
synced 2025-06-23 05:51:34 +00:00
An interesting refactoring + more expressive internal API
This commit is contained in:
@ -148,6 +148,7 @@ static struct redisCommand cmdTable[] = {
|
||||
{"hset",4,REDIS_CMD_MULTIBULK},
|
||||
{"hget",3,REDIS_CMD_BULK},
|
||||
{"hdel",3,REDIS_CMD_BULK},
|
||||
{"hlen",2,REDIS_CMD_INLINE},
|
||||
{NULL,0,0}
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user