forked from mirror/redis
fix typo (#1829)
This commit is contained in:
parent
54ef62f9b7
commit
704212eaae
|
@ -417,7 +417,7 @@ func ExampleClient_Watch() {
|
||||||
// Actual opperation (local in optimistic lock).
|
// Actual opperation (local in optimistic lock).
|
||||||
n++
|
n++
|
||||||
|
|
||||||
// Operation is commited only if the watched keys remain unchanged.
|
// Operation is committed only if the watched keys remain unchanged.
|
||||||
_, err = tx.TxPipelined(ctx, func(pipe redis.Pipeliner) error {
|
_, err = tx.TxPipelined(ctx, func(pipe redis.Pipeliner) error {
|
||||||
pipe.Set(ctx, key, n, 0)
|
pipe.Set(ctx, key, n, 0)
|
||||||
return nil
|
return nil
|
||||||
|
|
Loading…
Reference in New Issue