EXPIREAT implemented, will be useful for the append-only mode

This commit is contained in:
antirez
2009-10-30 00:15:45 +01:00
parent fa4c0aba85
commit 802e837373
3 changed files with 16 additions and 4 deletions

View File

@ -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},