mirror of
https://github.com/fluencelabs/redis
synced 2025-06-13 01:01:22 +00:00
EXPIREAT implemented, will be useful for the append-only mode
This commit is contained in:
@ -120,6 +120,7 @@ static struct redisCommand cmdTable[] = {
|
||||
{"info",1,REDIS_CMD_INLINE},
|
||||
{"mget",-2,REDIS_CMD_INLINE},
|
||||
{"expire",3,REDIS_CMD_INLINE},
|
||||
{"expireat",3,REDIS_CMD_INLINE},
|
||||
{"ttl",2,REDIS_CMD_INLINE},
|
||||
{"slaveof",3,REDIS_CMD_INLINE},
|
||||
{"debug",-2,REDIS_CMD_INLINE},
|
||||
|
Reference in New Issue
Block a user