Skip to content

Add support for Redis Cache storage in TSDB #3568

Closed
@kamijin-fanta

Description

@kamijin-fanta

Is your proposal related to a problem?

Currently, only in-memory and memcached caches are supported. However, if the user is already running another KVS, there wants to use it.

Also, many accesses to object storage can occur when the cache is cleared. It may be possible to solve this by using an external KVS that can be persisted.

Describe the solution you'd like

Add Redis or Cassandra support. There should be many users like Memcached.

Describe alternatives you've considered

Add this support to Thanos. However, Thanos prioritizes a simple setup. So it seems that there are plans to add support for Groupcache.

thanos-io/thanos#3535

Additional context

none

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions