diff options
author | andy <andy@andymccurdy.com> | 2011-10-10 10:42:29 -0700 |
---|---|---|
committer | andy <andy@andymccurdy.com> | 2011-10-10 10:42:29 -0700 |
commit | ecc303c54e5492380e1c18d5c76faa4cf818422b (patch) | |
tree | 7a3b1751857ca32828fab44a226a11ddf0c80b65 /README.md | |
parent | 18a79c02bfbbbc320e180ac22b366da2d3a84e3e (diff) | |
download | redis-py-ecc303c54e5492380e1c18d5c76faa4cf818422b.tar.gz |
Note about thread safety and piplines regarding #198
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -157,7 +157,7 @@ If you use multiple Redis databases within the same application, you should create a separate client instance (and possibly a separate connection pool) for each database. -It is not safe to pass PubSub objects between threads. +It is not safe to pass PubSub or Pipeline objects between threads. ## Pipelines |