4661459ddd
* Migrate from aioredis to redis with asyncio support Add test for redis type Fix imports from wrong module (for tests_sync) * fixing merge conflicts and up to dating the lock file Co-authored-by: Chayim I. Kirshen <c@kirshen.com>
2 lines
35 B
Python
2 lines
35 B
Python
from redis import asyncio as redis
|