Zero downtime migration switching from redis to dragonflydb? #783
Unanswered
phuongnd08
asked this question in
Q&A
Replies: 2 comments 1 reply
-
Yes, we support replication from Redis, but we have not yet exposed metrics that allow performing zero-time migration as you describe. Do you use Lua scripts in production? What kind of frameworks do you use with Redis? The reason I am asking we still have some incompatibilities around Lua scripting that we are ironing out. If you want, send me "info all" stats from your redis node and I will tell you if it's safe to switch. |
Beta Was this translation helpful? Give feedback.
0 replies
-
We do use lua scripts. We use https://github.com/Shopify/wolverine |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Is it possible to achieve this? Like having dragondbfly replicate redis, then pause write to redis for a few seconds, waiting for dragondbfly to catch up completely and then start writing to dragondbfly?
Beta Was this translation helpful? Give feedback.
All reactions