INFO: show num of slave-expires keys tracked.

This commit is contained in:
antirez
2016-12-13 16:02:29 +01:00
parent 1469c4edc1
commit 746d70b015
3 changed files with 11 additions and 2 deletions

View File

@ -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);