You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If the set of clients is really large, the ZRANGEBYSCORE Redis command
can overwhelm the process by taking too much time and too much
memory. Setting the `gc_limit` option will now set the LIMIT parameter
on that command, allowing the GC cycle to finish within a reasonable
amount of time. Also adds some logging.
0 commit comments