Skip to content

Commit

Permalink
Add a clarification.
Browse files Browse the repository at this point in the history
  • Loading branch information
jmacdotorg authored and dormando committed Oct 3, 2024
1 parent 4df83de commit 8c1ca48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/features/proxy/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ The proxy configuration organizes backends into one or more named groups called

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).

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).
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).
</dd>

<dt>Set</dt>
Expand Down

0 comments on commit 8c1ca48

Please sign in to comment.