Skip to main content

Redis RDB CLI

·72 words·1 min
Raghu Nandan B S
Author
Raghu Nandan B S
Software Engineer from south India

Redis RDB CLI is an amazing tool that helps in analyzing data in redis, and migrating data to and from redis servers.

For a project I was working on, I had to migrate only “non-volatile” keys from one DB to another. The tool didn’t support it off the shelf, so I patched it to have this feature.

check it out

I was (still am) a rookie at java when I did this.