migration to valkey from redis#6152
Conversation
for more information, see https://pre-commit.ci
|
My thoughts about what else should be done:
Libraries are all interchangeable with their redis counterparts for now but my understanding is that valkey 8 has already diverged from redis and obviously it will continue to diverge more in the future so we should probably switch. |
|
HI @igor-wl , really helpful .
Noted. any recommendation
should we switch immediately ?
is it ok for now ? Once I get clarity, I'll update the PR accordingly. Thank you again. |
We can put
It seems that valkey backend is still in progress so I guess leave that part as is for now. Not sure if this is going to be a blocker... |
This PR addresses #6121
I would really appreciate suggestions on my approach.