We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
For services using AWS elasticache.memcache there's no value to using multiple nodes because you can only pass in one node as the endpoint.
If we allowed users to pass in a list of memcached nodes than the client library could handle the traffic routing automatically through it's hashing algorithm. https://pymemcache.readthedocs.io/en/latest/getting_started.html#using-a-memcached-cluster
The text was updated successfully, but these errors were encountered:
Sounds good! Are you interested in taking this on?
Sorry, something went wrong.
yes. but not immediately.
No branches or pull requests
For services using AWS elasticache.memcache there's no value to using multiple nodes because you can only pass in one node as the endpoint.
If we allowed users to pass in a list of memcached nodes than the client library could handle the traffic routing automatically through it's hashing algorithm. https://pymemcache.readthedocs.io/en/latest/getting_started.html#using-a-memcached-cluster
The text was updated successfully, but these errors were encountered: