sripathikrishnan / redis-rdb-tools

Parse Redis dump.rdb files, Analyze Memory, and Export Data to JSON
https://rdbtools.com
MIT License
5.07k stars 739 forks source link

Not an issue - thanks #163

Open Darkflib opened 4 years ago

Darkflib commented 4 years ago

Your code really pulled my nuts from the fire last night.

Due to a number of factors that came together we needed to restore a snapshot from AWS to an existing cluster - which isn't a normal procedure; they want you to create a new cluster.

So we ended up slaving a redis server from the new cluster, grabbing an rdb dump and piping the code out of your app and into the redis port of the existing elasticache cluster.

Thanks :)

Mike