Introduction
Replication helps copy data from one Redis server to another. This keeps data safe and allows sharing work between servers.
You want a backup server that always has the latest data.
You want to spread read requests to multiple servers to improve speed.
You want to keep data safe if one server stops working.
You want to update data on one server and have others copy it automatically.