Redis Cluster backups to Amazon S3 using a single bash script and cron. It’s safe, slot-aware (backs up every node you run it on), and waits for BGSAVE to finish before uploading. What this setup does Runs on each Redis node, including masters and replicas, so you get a full cluster backup. It triggers BGSAVE, waits for the...