yannh / redis-dump-go

Backup & Restore your Redis server - FAST
MIT License
280 stars 58 forks source link

Support for Redis Cluster Mode #46

Closed AbdullahAlShaad closed 10 months ago

AbdullahAlShaad commented 1 year ago

I have tried to take backup when Redis is running in Cluster Mode. The backup only contains data from one shard. To be precise, when the scan command is run, it only list the data from one node in the shard.

Is there any workaround using which I can take backup when Redis is running in Cluster Mode ?

yannh commented 10 months ago

This is currently not supported. I don't use redis-cluster either, so it's not on top of my todo list unfortunately :grimacing: