-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Support for new HGETDEL, HGETEX and HSETEX commands #2863
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
base: main
Are you sure you want to change the base?
Conversation
- add resultprocessors - fix test fails
isn't it duplicate to redis/redis#13577 ? my code has conflict with this @sund. redis/redis#13577 has been reviewed as well |
@samanebi ohh, sorry, now this PR is the subset of #13798, we should have set you as the coauther of another PR, so sorry for you. |
It is sad to hear that. thanks for putting me as coauthor of another PR. please let me know about that. thanks |
@mgravell @NickCraver , i guess there is flaky test showing up with failed tests: also kind reminder for the PR.. |
This PR adds support for new Redis Hash Commands;
Get and delete the value of one or more fields of a given hash key
Get the value of one or more fields of a given hash key, and optionally set their expiration
Set the value of one or more fields of a given hash key, and optionally set their expiration
Here the implementation consist of sync and async API s for those commands with adding
Lease
versions of them when useful.For more details on commands 👉redis/redis#13798
Redis release including new hash commands 👉https://github.com/redis/redis/releases/tag/8.0-m04