Skip to content

Commit 6b9be5a

Browse files
async_cluster: add note about client not being thread/fork safe
1 parent 9f8e57a commit 6b9be5a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

redis/asyncio/cluster.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,8 @@ class RedisCluster(AbstractRedis, AbstractRedisCluster, AsyncRedisClusterCommand
8282
- :attr:`RANDOM`
8383
- :attr:`DEFAULT_NODE`
8484
85+
Note: This client is not thread safe or fork safe.
86+
8587
:param host:
8688
| Can be used to point to a startup node
8789
:param port:

0 commit comments

Comments
 (0)