KeyDB icon indicating copy to clipboard operation
KeyDB copied to clipboard

[NEW] redis v7.x version support

Open Athinivas opened this issue 2 years ago • 2 comments

Support for redis v7.x

When can we expect support for redis v7.x in keydb. Is there any work item / roadmap been done regarding this (or) we continue with the current supported stable version for a while.

Thanks,

Athinivas avatar Dec 21 '23 10:12 Athinivas

Just adding further details to the request, we have a redis setup running upfront with version (7.0.12),

while configuring replication with keydb(6.3.3), we are facing issue in the initial full rdb sync as "invalid rdb version number 10" ie. keydb using rdb version 9 and the redis(7.0.x) using rdb version 10

Could you suggest any workaround for syncing the existing cluster with higher rdb version with keydb (6.3.3).

Thanks, Athi

Athinivas avatar Dec 26 '23 10:12 Athinivas

there is already an issue tracking this -> https://github.com/Snapchat/KeyDB/issues/420

raphaelauv avatar Jan 04 '24 11:01 raphaelauv