We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 386e0f0 commit f30d7c4Copy full SHA for f30d7c4
pipeline.go
@@ -10,7 +10,7 @@ type pipelineExecer func(context.Context, []Cmder) error
10
//
11
// Pipelining is a technique to extremely speed up processing by packing
12
// operations to batches, send them at once to Redis and read a replies in a
13
-// singe step.
+// single step.
14
// See https://redis.io/topics/pipelining
15
16
// Pay attention, that Pipeline is not a transaction, so you can get unexpected
0 commit comments