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