mirror of
https://github.com/fluencelabs/redis
synced 2025-06-23 22:11:33 +00:00
Expire and LRU related code moved into different files.
This commit is contained in:
@ -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);
|
||||
|
Reference in New Issue
Block a user