Expire and LRU related code moved into different files.

This commit is contained in:
antirez
2016-07-06 15:24:06 +02:00
parent 0610683d5e
commit b46239e58b
5 changed files with 4 additions and 633 deletions

View File

@ -1613,6 +1613,9 @@ void replyToBlockedClientTimedOut(client *c);
int getTimeoutFromObjectOrReply(client *c, robj *object, mstime_t *timeout, int unit);
void disconnectAllBlockedClients(void);
/* expire.c -- Handling of expired keys */
void activeExpireCycle(int type);
/* Git SHA1 */
char *redisGitSHA1(void);
char *redisGitDirty(void);