Skip to content

switch to aioredis

Eru Ilúvatar requested to merge eru/aioredis into master

This was a bit tricky to implement because redislite is not asyncio compatible. However, I wrapped it with an adaptor. If REDIS_URL isn't set then it'll still use redislite but with not-reall-async. However, the improvements with aioredis in community edition will help a lot.

Merge request reports