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

Support RedisTimeSeries data format #174

Open sebd71 opened 3 years ago

sebd71 commented 3 years ago

Hi, redis-rdb-tools seems to me a powerful tool to export efficiently data from rdb file, it is significant faster than redis-cli and doesn't crash on large DB (redis-cli crashes on the same DB / rdb).

But if I'm correct Redis TimeSeries data structure is not supported. rdb-tools can correctly retrieve key name but not key values.

Is there any plan (or does someone already did it somewhere fork/branch) to support redis TSDB data structure ?

Thanks.

Redis TimeSeries sources and doc: