Skip to content

Commit 4aa8bd4

Browse files
authored
repetition in transpipe documentation (#1700)
Fixed repetition in the _Watch keys for changes_ chapter
1 parent 10d4e26 commit 4aa8bd4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/develop/clients/redis-py/transpipe.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ pipe = r.pipeline(transaction=False)
5959

6060
Redis supports *optimistic locking* to avoid inconsistent updates
6161
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
62+
keys that you use in a transaction while you are processing the
6363
updates. If the watched keys do change, you must restart the updates
6464
with the latest data from the keys. See
6565
[Transactions]({{< relref "/develop/interact/transactions" >}})

0 commit comments

Comments
 (0)