mirror of
https://github.com/redis/go-redis.git
synced 2025-07-28 06:42:00 +03:00
docs: fix comment typo (#2505)
This commit is contained in:
@ -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
|
||||||
|
Reference in New Issue
Block a user