From bc9216edb2e1c014ed54e053ce61eb7165a2e0d7 Mon Sep 17 00:00:00 2001 From: monkey Date: Sat, 21 Jan 2023 19:01:53 +0800 Subject: [PATCH] docs: pipeline documentation changed to "not thread(goroutines) safe" Signed-off-by: monkey --- pipeline.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pipeline.go b/pipeline.go index f6522486..40e8ea4f 100644 --- a/pipeline.go +++ b/pipeline.go @@ -31,8 +31,8 @@ type Pipeliner interface { var _ Pipeliner = (*Pipeline)(nil) // Pipeline implements pipelining as described in -// http://redis.io/topics/pipelining. It's safe for concurrent use -// by multiple goroutines. +// http://redis.io/topics/pipelining. +// Please note: it is not safe for concurrent use by multiple goroutines. type Pipeline struct { cmdable statefulCmdable