summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
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