Commit 2dd25c2
Change lock acquisition method to parallel execution (#2385)
* Change lock acquisition method to parallel execution
I think this is a mistake, because I've found a contradiction within the same article, in the section titled "Retry on Failure", author mentioned: "ideally the client should try to send the SET commands to the N instances at the same time using multiplexing."
* Update content/develop/clients/patterns/distributed-locks.md
---------
Co-authored-by: David Dougherty <[email protected]>1 parent 0126665 commit 2dd25c2
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
124 | 124 | | |
125 | 125 | | |
126 | 126 | | |
127 | | - | |
| 127 | + | |
128 | 128 | | |
129 | 129 | | |
130 | 130 | | |
| |||
0 commit comments