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 10d4e26 commit 4aa8bd4Copy full SHA for 4aa8bd4
content/develop/clients/redis-py/transpipe.md
@@ -59,7 +59,7 @@ pipe = r.pipeline(transaction=False)
59
60
Redis supports *optimistic locking* to avoid inconsistent updates
61
to different keys. The basic idea is to watch for changes to any
62
-keys that you use in a transaction while you are are processing the
+keys that you use in a transaction while you are processing the
63
updates. If the watched keys do change, you must restart the updates
64
with the latest data from the keys. See
65
[Transactions]({{< relref "/develop/interact/transactions" >}})
0 commit comments