mirror of
https://github.com/redis/go-redis.git
synced 2025-07-23 21:01:00 +03:00
fix typo (#1829)
This commit is contained in:
@ -417,7 +417,7 @@ func ExampleClient_Watch() {
|
||||
// Actual opperation (local in optimistic lock).
|
||||
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 {
|
||||
pipe.Set(ctx, key, n, 0)
|
||||
return nil
|
||||
|
Reference in New Issue
Block a user