Skip to content

Commit bc9216e

Browse files
committed
docs: pipeline documentation changed to "not thread(goroutines) safe"
Signed-off-by: monkey <[email protected]>
1 parent 6525bbb commit bc9216e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pipeline.go

+2-2
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ type Pipeliner interface {
3131
var _ Pipeliner = (*Pipeline)(nil)
3232

3333
// Pipeline implements pipelining as described in
34-
// http://redis.io/topics/pipelining. It's safe for concurrent use
35-
// by multiple goroutines.
34+
// http://redis.io/topics/pipelining.
35+
// Please note: it is not safe for concurrent use by multiple goroutines.
3636
type Pipeline struct {
3737
cmdable
3838
statefulCmdable

0 commit comments

Comments
 (0)