tobymao / saq

Simple Async Queues
https://saq-py.readthedocs.io/en/latest/
MIT License
577 stars 39 forks source link

Support redis 4.5.x? #63

Closed lqmanh closed 1 year ago

lqmanh commented 1 year ago
  1. There's a race condition bug with redis <=4.4.3 and <=4.5.3, which was addressed in the next bugfix versions.
  2. I'm trying to install litestar 2.0.0alpha3, which depends on redis >=4.4.4 and >=4.5.4 (yeah they explicitly require so to avoid that race condition bug).
tobymao commented 1 year ago

redis is broke stuff in 4.4

is it fixed?

https://github.com/redis/redis-py/pull/2104