Save RDB on SIGTERM (see issue #471)

This commit is contained in:
Pieter Noordhuis
2011-03-06 17:49:22 +01:00
parent d9fac6c07a
commit 633a941028
2 changed files with 22 additions and 26 deletions

View File

@ -796,7 +796,7 @@ zskiplistNode *zslInsert(zskiplist *zsl, double score, robj *obj);
/* Core functions */
void freeMemoryIfNeeded(void);
int processCommand(redisClient *c);
void setupSigSegvAction(void);
void setupSignalHandlers(void);
struct redisCommand *lookupCommand(sds name);
struct redisCommand *lookupCommandByCString(char *s);
void call(redisClient *c, struct redisCommand *cmd);