Skip to content

Add TTL on items in redis #3731

Description

@olevski

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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions