diff options
author | Chayim <chayim@users.noreply.github.com> | 2022-07-27 14:05:20 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-07-27 14:05:20 +0300 |
commit | 3c4d96bcfa1758a2ffd7b1d913166f6f7ca107a5 (patch) | |
tree | f4e8b1699094814b18baf3ce591036a0a150169a /redis/client.py | |
parent | a246f4042cd048c572ed0d60bd82aaa9547aa4a8 (diff) | |
download | redis-py-3c4d96bcfa1758a2ffd7b1d913166f6f7ca107a5.tar.gz |
cleaning up the readme and moving docs into readthedocs (#2291)
* cleaning up the readme and moving docs into readthedocs
* examples at the end as per pr comments
Diffstat (limited to 'redis/client.py')
-rwxr-xr-x | redis/client.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/redis/client.py b/redis/client.py index c63fb13..035edb1 100755 --- a/redis/client.py +++ b/redis/client.py @@ -850,6 +850,8 @@ class Redis(AbstractRedis, RedisModuleCommands, CoreCommands, SentinelCommands): the commands are sent and received to the Redis server. Based on configuration, an instance will either use a ConnectionPool, or Connection object to talk to redis. + + It is not safe to pass PubSub or Pipeline objects between threads. """ @classmethod |