We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54ef62f commit 704212eCopy full SHA for 704212e
example_test.go
@@ -417,7 +417,7 @@ func ExampleClient_Watch() {
417
// Actual opperation (local in optimistic lock).
418
n++
419
420
- // Operation is commited only if the watched keys remain unchanged.
+ // Operation is committed only if the watched keys remain unchanged.
421
_, err = tx.TxPipelined(ctx, func(pipe redis.Pipeliner) error {
422
pipe.Set(ctx, key, n, 0)
423
return nil
0 commit comments