delano / redis-dump

Redis to JSON and nack again
https://rubygems.org/gems/redis-dump
MIT License
818 stars 123 forks source link

No support for rdb file? #14

Closed jinleileiking closed 6 years ago

delano commented 9 years ago

Sorry, what's the question?

jinleileiking commented 9 years ago

dump rdb file to json

delano commented 6 years ago

RDB is an opaque format used by redis internally that can change across releases. Your best bet is to start up redis with an RDB file and then use redis-dump to export to JSON.