Initial implementation of EXPIRE

This commit is contained in:
antirez
2009-04-01 13:22:35 +02:00
parent 300827b60d
commit 3305306f09
5 changed files with 252 additions and 196 deletions

View File

@ -102,6 +102,7 @@ static struct redisCommand cmdTable[] = {
{"sort",-2,REDIS_CMD_INLINE},
{"info",1,REDIS_CMD_INLINE},
{"mget",-2,REDIS_CMD_INLINE},
{"expire",3,REDIS_CMD_INLINE},
{NULL,0,0}
};