mirror of
https://github.com/fluencelabs/redis
synced 2025-06-12 08:41:21 +00:00
TTL command implemented
This commit is contained in:
@ -109,6 +109,7 @@ static struct redisCommand cmdTable[] = {
|
||||
{"info",1,REDIS_CMD_INLINE},
|
||||
{"mget",-2,REDIS_CMD_INLINE},
|
||||
{"expire",3,REDIS_CMD_INLINE},
|
||||
{"ttl",2,REDIS_CMD_INLINE},
|
||||
{NULL,0,0}
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user