https://github.com/antirez/redis/blob/f6d5996ead002350558eb614f275553432f1eb19/src/expire.c#L300
+ if ((iteration % 16) == 0) { /* check once every 16 iterations. */
:thinking:
Comment From: AlphaHot
@antirez
https://github.com/antirez/redis/blob/f6d5996ead002350558eb614f275553432f1eb19/src/expire.c#L300
+ if ((iteration % 16) == 0) { /* check once every 16 iterations. */
:thinking:
Comment From: AlphaHot
@antirez