-
Notifications
You must be signed in to change notification settings - Fork 1k
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
Add support for Redis 6.2 #978
Comments
Adding this list so it's easier to keep track of what's done and what is missing: New commands / args:
New features:
|
@alexmreis checked! For the rest, I am not sure :) I'm not a maintainer, I just opened this issue ticket to keep track of all the new changes |
No. Releases happens when there's enough features to justify it, or when there's an important bugfix. Other Redis 6.2 commands will be supported when someone submit a PR for them, or if I somehow I get time to do it myself.
Nope. |
Are there support for "Support ACL for Sentinel mode" ? |
It does, it's not shown in the readme, but it accepts it as Line 615 in 4724c1b
|
Thanks. it works. Could you mention it in readme? |
PR welcome. |
Redis 6.2 has officially been released, its release notes contain quite a few new commands, improvements and some changes in behavior.
I'm new to this library but I'm willing to help. I'd imagine the first step is to add
Redis 6.2
to the GitHub test actions and have the existing tests pass before starting to tackle new things.I opened a "general" issue, but I guess this should be then split into separate issues/PRs for new commands and features.
This for example is list of new commands:
The list of new features:
There's much more, detailed in the long release notes.
I'll begin by sending a PR to add 6.2 to the test matrix
The text was updated successfully, but these errors were encountered: