Skip to content

Redis cache replicas support #335

Description

Proposal

I would like to have an option of using Redis cache in replicas mode so that Master can be used for writing only and Replicas for reading the data.

Use-Case

  1. While executing the cache-lookup policy the data are not in the cache
  2. The data are stored using master
  3. Another request arrives
  4. As the cache-lookup policy is executed the data are read from replica

Anything else?

No response

Metadata

Metadata

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions