mirror of
https://github.com/fluencelabs/redis
synced 2025-06-22 13:31:32 +00:00
INFO: show num of slave-expires keys tracked.
This commit is contained in:
@ -1734,6 +1734,7 @@ void activeExpireCycle(int type);
|
||||
void expireSlaveKeys(void);
|
||||
void rememberSlaveKeyWithExpire(redisDb *db, robj *key);
|
||||
void flushSlaveKeysWithExpireList(void);
|
||||
size_t getSlaveKeyWithExpireCount(void);
|
||||
|
||||
/* evict.c -- maxmemory handling and LRU eviction. */
|
||||
void evictionPoolAlloc(void);
|
||||
|
Reference in New Issue
Block a user