-
Notifications
You must be signed in to change notification settings - Fork 127
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Redis 6 support #168
Comments
from https://raw.githubusercontent.com/antirez/redis/6.0/00-RELEASENOTES
I'm guessing we can test out redis 6 compatibility and report back? |
looks like tests on master here are already broken so it'll be a little tricky to test. |
PRs fixing all of these are very much welcome! Tests worked for me locally last time I've checked, so it was only Travis that needed some love. Anyways, open for contributions, but don't have a lot of time for this ATM myself, unfortunately. |
@k-bx you are the best. We're now running a big piece of our prod hedis load against 6.x. Will make a little PR and hopefully also figure out what's up with travis. Thank you! |
preliminary info:
So maybe there's support for a single redis instance but not cluster yet? I couldn't see significant cluster changes in the changelog so a little confusing |
Cluster support was added in #157 , please see if that's what you're looking for |
Yup! Our team (mostly jasper) wrapped up that cluster work, but we only tested against Redis 5.0 in cluster mode. Upgrading to Redis 6 in cluster mode caused some strange errors we'll try to debug. |
Ah, gotcha! Thanks |
@michaelglass is this still the case. we have successfully tested with |
@aravindgopall sorry I'm not on the project anymore. Happy to hear it's working for you. |
@aravindgopall thank you so much for reporting, i'll give it a try! |
Please see MR #211 it provides redis 7 support for all existing functions. It does not provide support for newly added functions. Unfortunately I see no way to make the change backward compatible, my company adopted those changes, but I would love to see if anyone would give that a try before merging into the master. |
@aravindgopall, sorry for asking you here, but I wonder if Juspay want to contribute efforts upstream, otherwise be may get into a situations here the codebases would significally diverge making it impossible to combine features that appear in the projects. |
We've been using hedis with redis I'd also like to add support for GETEX. |
Hi! Thank you for writing Hedis =]
I noticed the readme says:
Is the readme merely outdated, or is 6.0 indeed not supported yet?
The text was updated successfully, but these errors were encountered: