-
Notifications
You must be signed in to change notification settings - Fork 21
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
FEATURE: Support lettuce 6.5.0 #62
Comments
Would be nice to have the PR |
Actually I think that we need to support the existing API and this is more of a regression in Lettuce 6.5.0 I will log another issue to research if we can add the missing constructor in 6.5.1 |
Lettuce 6.5.1 now produces the following:
|
My bad, will try to go over all the changes this time, tracked in redis/lettuce#3070 |
Thank you sir. If/when you have a SNAPSHOT ready for lettuce, I am happy to test with the changeset and report live feedback before the final release. |
Lettucemod 4.2.1 at the moment is built against Lettuce 6.4. Supporting Lettuce 6.5 will require some work given some APIs have changed. At the moment, using Lettuce 6.5 presents the following error:
The constructor in question has changed its signature to the following:
If you'd like to see a pull request, please let me know.
The text was updated successfully, but these errors were encountered: