Skip to content

Commit b6046b2

Browse files
committed
asyncio import fix
1 parent df47761 commit b6046b2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

redis/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
from redis.backoff import default_backoff
44
from redis.client import Redis, StrictRedis
55
from redis.cluster import RedisCluster
6+
from redis import asyncio
67
from redis.connection import (
78
BlockingConnectionPool,
89
Connection,

0 commit comments

Comments
 (0)