Skip to content

Commit 8c1ca48

Browse files
jmacdotorgdormando
authored andcommitted
Add a clarification.
1 parent 4df83de commit 8c1ca48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/features/proxy/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ The proxy configuration organizes backends into one or more named groups called
3434

3535
When the proxy receives a request to read or write cache data under a given key, the proxy uses various criteria to select one of its pools. It then forwards the cache request to a backend within that pool. For more information, see [Routing criteria](#routing).
3636

37-
Once it has selected a pool to route a request to, the proxy chooses a single backend within the pool based on a consistent hash of the request key. In this way, a given key is always handled by the same backend within a given pool. You can fine-tune the specifics of this hashing behavior, as well as other pool-specific settings, when [configuring your pools]({{<proxy_base_path>}}configure#pools).
37+
Once it has selected a pool to route a request to, the proxy chooses a single backend within the pool based on a consistent hash of the request key. In this way, a given key is always handled by the same backend within a given pool, for as long as that backend exists within that pool. You can fine-tune the specifics of this hashing behavior, as well as other pool-specific settings, when [configuring your pools]({{<proxy_base_path>}}configure#pools).
3838
</dd>
3939

4040
<dt>Set</dt>

0 commit comments

Comments
 (0)