closeio / tasktiger

Python task queue using Redis
MIT License
1.42k stars 80 forks source link

Pin redis for GH actions #236

Closed drewler closed 1 year ago

drewler commented 1 year ago

I'm still not sure what broke in redis 6.2.7 (changelog), could be related to the Lua scripts.

In the meantime, I pinned the version of redis targeted by our tests running in Github Actions.