Home
last modified time | relevance | path

Searched refs:activeExpireCycle (Results 1 – 4 of 4) sorted by relevance

/f-stack/app/redis-5.0.5/src/
H A Dexpire.c97 void activeExpireCycle(int type) { in activeExpireCycle() function
H A Dserver.c1010 activeExpireCycle(ACTIVE_EXPIRE_CYCLE_SLOW); in databasesCron()
1377 activeExpireCycle(ACTIVE_EXPIRE_CYCLE_FAST); in beforeSleep()
H A Dserver.h1917 void activeExpireCycle(int type);
/f-stack/app/redis-5.0.5/
H A DREADME.md319 * `activeExpireCycle()` handles eviciton of keys with a time to live set via the `EXPIRE` command.