You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 ?
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:
The text was updated successfully, but these errors were encountered: