Skip to content

Commit

Permalink
fix(redis): commands from asyncio module must be async
Browse files Browse the repository at this point in the history
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 python#7597
  • Loading branch information
sileht committed May 10, 2022
1 parent fed1f35 commit dfaef95
Showing 1 changed file with 687 additions and 44 deletions.
Loading

0 comments on commit dfaef95

Please sign in to comment.