Skip to content

Commit dfaef95

Browse files
committed
fix(redis): commands from asyncio module must be async
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
1 parent fed1f35 commit dfaef95

File tree

1 file changed

+687
-44
lines changed

1 file changed

+687
-44
lines changed

0 commit comments

Comments
 (0)