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
- While executing the
cache-lookup policy the data are not in the cache
- The data are stored using
master
- Another request arrives
- As the
cache-lookup policy is executed the data are read from replica
Anything else?
No response
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
cache-lookuppolicy the data are not in the cachemastercache-lookuppolicy is executed the data are read fromreplicaAnything else?
No response