-
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
Adding support for Redis 7.0 commands #1187
Comments
Would also be interested in the sharded pub/sub commands in Redis 7.0, SSUBSCRIBE, SPUBLISH and SUBSCRIBE: |
I plan on adding some of these one by one.. Here's a start: #1189 |
any plans to add expiry commands related to hashes like for example HPEXPIRE that come with 7.4? |
As you can see in all linked PRs, commands are added whenever someone who needs it makes a PR for it. Adding support for a command is pretty trivial so you should try your hand at it. |
Support for LMPOP, ZMPOP and other Redis 7.0 commands.
We can create a new tracker for those here if that's cool
The text was updated successfully, but these errors were encountered: