mirror of
https://github.com/fluencelabs/redis
synced 2025-06-12 08:41:21 +00:00
Initial implementation of EXPIRE
This commit is contained in:
@ -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}
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user