chdsbd / kodiak

🔮 A bot to automatically update and merge GitHub PRs
https://kodiakhq.com
GNU Affero General Public License v3.0
1.03k stars 65 forks source link

replace asyncio_redis with redis-py #829

Closed chdsbd closed 1 year ago

chdsbd commented 1 year ago

asyncio_redis is a custom fork that's hard to maintain and would require a lot of time to make it work with Python 3.8+. redis-py is well maintained, so let's move to it.