You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Serhii Charykov 4661459ddd
Migrate from aioredis to redis-py with asyncio support (#233)
* 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 years ago
..
__init__.py Add basic migrations, query expression resolver 3 years ago
conftest.py Implement temporary workaround from unasync package 2 years ago
test_hash_model.py Migrate from aioredis to redis-py with asyncio support (#233) 2 years ago
test_json_model.py Migrate from aioredis to redis-py with asyncio support (#233) 2 years ago
test_oss_redis_features.py Migrate from aioredis to redis-py with asyncio support (#233) 2 years ago
test_pydantic_integrations.py Fix DeprecationWarning '@pytest.fixture' 2 years ago
test_redis_type.py Migrate from aioredis to redis-py with asyncio support (#233) 2 years ago