A cursory check shows that all entries from the core svc in redis are missing TTLs.
This means that all entries are kept forever in redis (since we persist to disk now) and the memory usage of redis will keep growing.
In order to set up eviction in redis so that it can free up memory when it reaches its memory limit we should have TTLs.
A cursory check shows that all entries from the core svc in redis are missing TTLs.
This means that all entries are kept forever in redis (since we persist to disk now) and the memory usage of redis will keep growing.
In order to set up eviction in redis so that it can free up memory when it reaches its memory limit we should have TTLs.