diff options
Diffstat (limited to 'docs/advanced_features.rst')
-rw-r--r-- | docs/advanced_features.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/advanced_features.rst b/docs/advanced_features.rst index 4ad922f..5fd20c2 100644 --- a/docs/advanced_features.rst +++ b/docs/advanced_features.rst @@ -162,7 +162,7 @@ instance will wait for all the nodes to respond before returning the result to the caller. Command responses are returned as a list sorted in the same order in which they were sent. Pipelines can be used to dramatically increase the throughput of Redis Cluster by significantly -reducing the the number of network round trips between the client and +reducing the number of network round trips between the client and the server. .. code:: pycon |