mirror of
https://github.com/redis/go-redis.git
synced 2025-04-17 20:17:02 +03:00
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
|
||||
// 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
|
||||
//
|
||||
// Pay attention, that Pipeline is not a transaction, so you can get unexpected
|
||||
|
Loading…
x
Reference in New Issue
Block a user