chore: fix typo
parent
2db0ca83fc
commit
e68cb49d66
|
@ -533,8 +533,8 @@ internal
|
|||
</ul>
|
||||
<p>
|
||||
Prefer to use <code>Pipelined</code> instead of <code>Pipeline</code>.
|
||||
Inside <code>Pipelined</code> return <code>redis.Cmder</code> for each
|
||||
command.
|
||||
Inside <code>Pipelined</code>, please return <code>redis.Cmder</code> for
|
||||
each command.
|
||||
</p>
|
||||
<p>Example:</p>
|
||||
<div class="highlight highlight-source-go">
|
||||
|
|
|
@ -245,7 +245,7 @@ Use [Pipelines](https://redis.uptrace.dev/guide/go-redis-pipelines.html) for:
|
|||
- Multiple GET in 1 command.
|
||||
|
||||
Prefer to use `Pipelined` instead of `Pipeline`.
|
||||
Inside `Pipelined` return `redis.Cmder` for each command.
|
||||
Inside `Pipelined`, please return `redis.Cmder` for each command.
|
||||
|
||||
Example:
|
||||
|
||||
|
|
Loading…
Reference in New Issue