diskstore cache bug fixing

This commit is contained in:
antirez
2010-12-30 18:37:46 +01:00
parent 98a9abb66d
commit 8d51fb6a80
3 changed files with 19 additions and 4 deletions

View File

@ -799,6 +799,7 @@ void unlockThreadedIO(void);
void freeIOJob(iojob *j);
void queueIOJob(iojob *j);
void waitEmptyIOJobsQueue(void);
void processAllPendingIOJobs(void);
void zunionInterBlockClientOnSwappedKeys(redisClient *c, struct redisCommand *cmd, int argc, robj **argv);
void execBlockClientOnSwappedKeys(redisClient *c, struct redisCommand *cmd, int argc, robj **argv);
int blockClientOnSwappedKeys(redisClient *c, struct redisCommand *cmd);