-
-
Notifications
You must be signed in to change notification settings - Fork 52
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
(WIP) Implement hash expiration functions #328
Conversation
I've not actually tested the functionality of the code or set up a proper test environment for it - was in the middle of that when the work day ended yesterday, so safety not guaranteed. |
The GitHub workflow should run against different versions of python/redis/redis-py. |
Hi, I made a few changes to your branch - and now the github workflow is going to test it against redis 7.4 as well. |
Hi, I updated the code. Some things to notice:
Next steps:
|
Holy crap. You knocked this out. Thank you so much for the fit and finish and getting it done! Deeply grateful. |
Thank you for contributing. |
Fixes #321
Implements the Redis functions for expiration of hash keys.