log rebuilding, random refactoring, work in progress please wait for an OK commit before to use this version

This commit is contained in:
antirez
2009-11-26 18:10:02 +01:00
parent 210e29f7d2
commit 9d65a1bbae
4 changed files with 398 additions and 108 deletions

View File

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