Open nivsk98 opened 9 months ago
any update on this? thank you!
It seems that it was done a month ago in this commit: https://github.com/brainix/pottery/commit/b611291c2ebe5d29bce3c8737ce3e8ab95308c80#diff-60f61ab7a8d1910d86d9fda2261620314edcae5894d5aaa236b821c7256badd7. Can I ask you @brainix when you plan to release the new version?
Looking forward to releasing the new version.
I apologize. I’m struggling with mental health issues. But I’ll release a new version as soon as I can. ❤️
Is your feature request related to a problem? Please describe. I'm trying to use async redis with cluster (redis.asyncio.cluster) which is only supported on versions 5+ and at the same time I want to use pottery redlock but pottery only supports versions between 4-5 no included 5
Describe the solution you'd like Pottery to support python redis package with version 5.0.0 (5+ is optional)
Describe alternatives you've considered Copy the redlock code in pottery and use it in my code without the need for the pottery package.