Introduction
Read-only replicas help you get data faster and keep your main database safe by sharing the work of answering read requests.
When many users want to read data at the same time without changing it.
To reduce the load on your main Redis server so it can focus on writing data.
When you want to have backup copies of your data that can be used if the main server fails.
To improve the speed of reading data by placing replicas closer to users in different locations.