mirror of
https://github.com/fluencelabs/redis
synced 2025-06-12 08:41:21 +00:00
log rebuilding, random refactoring, work in progress please wait for an OK commit before to use this version
This commit is contained in:
@ -115,6 +115,8 @@ static struct redisCommand cmdTable[] = {
|
||||
{"echo",2,REDIS_CMD_BULK},
|
||||
{"save",1,REDIS_CMD_INLINE},
|
||||
{"bgsave",1,REDIS_CMD_INLINE},
|
||||
{"rewriteaof",1,REDIS_CMD_INLINE},
|
||||
{"bgrewriteaof",1,REDIS_CMD_INLINE},
|
||||
{"shutdown",1,REDIS_CMD_INLINE},
|
||||
{"lastsave",1,REDIS_CMD_INLINE},
|
||||
{"type",2,REDIS_CMD_INLINE},
|
||||
|
Reference in New Issue
Block a user