mirror of https://github.com/go-redis/redis.git
docs: fix comment typo (#2505)
This commit is contained in:
parent
386e0f0cd3
commit
f30d7c4a25
|
@ -10,7 +10,7 @@ type pipelineExecer func(context.Context, []Cmder) error
|
||||||
//
|
//
|
||||||
// Pipelining is a technique to extremely speed up processing by packing
|
// Pipelining is a technique to extremely speed up processing by packing
|
||||||
// operations to batches, send them at once to Redis and read a replies in a
|
// operations to batches, send them at once to Redis and read a replies in a
|
||||||
// singe step.
|
// single step.
|
||||||
// See https://redis.io/topics/pipelining
|
// See https://redis.io/topics/pipelining
|
||||||
//
|
//
|
||||||
// Pay attention, that Pipeline is not a transaction, so you can get unexpected
|
// Pay attention, that Pipeline is not a transaction, so you can get unexpected
|
||||||
|
|
Loading…
Reference in New Issue