summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorandy <andy@andymccurdy.com>2011-10-10 10:42:29 -0700
committerandy <andy@andymccurdy.com>2011-10-10 10:42:29 -0700
commitecc303c54e5492380e1c18d5c76faa4cf818422b (patch)
tree7a3b1751857ca32828fab44a226a11ddf0c80b65 /README.md
parent18a79c02bfbbbc320e180ac22b366da2d3a84e3e (diff)
downloadredis-py-ecc303c54e5492380e1c18d5c76faa4cf818422b.tar.gz
Note about thread safety and piplines regarding #198
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 9e263a9..8dbd782 100644
--- a/README.md
+++ b/README.md
@@ -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