Save RDB on SIGTERM (see issue #471)

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

View File

@ -777,7 +777,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);