Snapchat / KeyDB

A Multithreaded Fork of Redis
https://keydb.dev
BSD 3-Clause "New" or "Revised" License
11.34k stars 572 forks source link

[NEW] redis v7.x version support #764

Open Athinivas opened 9 months ago

Athinivas commented 9 months ago

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 commented 9 months ago

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

raphaelauv commented 9 months ago

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