mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-04-27 01:00:26 +08:00
f6c1383cae
redis-py has introduced an asyncio module since 4.2 and almost all commands should be async if the redis.asyncio.Redis is used instead of redis.Redis. This changes adds the types for all core commands. Related to #7597