mirror of
https://github.com/fluencelabs/redis
synced 2025-06-21 21:11:33 +00:00
PERSIST command implemented
This commit is contained in:
@ -838,6 +838,7 @@ void expireCommand(redisClient *c);
|
||||
void expireatCommand(redisClient *c);
|
||||
void getsetCommand(redisClient *c);
|
||||
void ttlCommand(redisClient *c);
|
||||
void persistCommand(redisClient *c);
|
||||
void slaveofCommand(redisClient *c);
|
||||
void debugCommand(redisClient *c);
|
||||
void msetCommand(redisClient *c);
|
||||
|
Reference in New Issue
Block a user