We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6525bbb commit bc9216eCopy full SHA for bc9216e
pipeline.go
@@ -31,8 +31,8 @@ type Pipeliner interface {
31
var _ Pipeliner = (*Pipeline)(nil)
32
33
// Pipeline implements pipelining as described in
34
-// http://redis.io/topics/pipelining. It's safe for concurrent use
35
-// by multiple goroutines.
+// http://redis.io/topics/pipelining.
+// Please note: it is not safe for concurrent use by multiple goroutines.
36
type Pipeline struct {
37
cmdable
38
statefulCmdable
0 commit comments