mirror of
https://github.com/fluencelabs/redis
synced 2025-06-22 05:21:33 +00:00
STRLEN command implemented
This commit is contained in:
@ -859,6 +859,7 @@ void blpopCommand(redisClient *c);
|
||||
void brpopCommand(redisClient *c);
|
||||
void appendCommand(redisClient *c);
|
||||
void substrCommand(redisClient *c);
|
||||
void strlenCommand(redisClient *c);
|
||||
void zrankCommand(redisClient *c);
|
||||
void zrevrankCommand(redisClient *c);
|
||||
void hsetCommand(redisClient *c);
|
||||
|
Reference in New Issue
Block a user