diff options
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 |