We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c52dd4c commit 0a9bb27Copy full SHA for 0a9bb27
modules/redis/testcontainers/redis/__init__.py
@@ -61,6 +61,7 @@ def get_client(self, **kwargs) -> redis.Redis:
61
**kwargs,
62
)
63
64
+
65
class AsyncRedisContainer(RedisContainer):
66
"""
67
Redis container.
0 commit comments