mirror of
https://github.com/fluencelabs/redis
synced 2025-06-23 22:11:33 +00:00
Move prototype of evictionPoolAlloc() in server.h.
This commit is contained in:
@ -1616,6 +1616,9 @@ void disconnectAllBlockedClients(void);
|
||||
/* expire.c -- Handling of expired keys */
|
||||
void activeExpireCycle(int type);
|
||||
|
||||
/* evict.c -- maxmemory handling and LRU eviction. */
|
||||
struct evictionPoolEntry *evictionPoolAlloc(void);
|
||||
|
||||
/* Git SHA1 */
|
||||
char *redisGitSHA1(void);
|
||||
char *redisGitDirty(void);
|
||||
|
Reference in New Issue
Block a user