Closed
Description
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.
Additional context
none