Skip to content
New issue

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

Allow memcached.endpoint to accept a list #474

Open
manishapme opened this issue Jul 27, 2020 · 3 comments
Open

Allow memcached.endpoint to accept a list #474

manishapme opened this issue Jul 27, 2020 · 3 comments
Labels
enhancement good starter A good place to start devving on baseplate.py

Comments

@manishapme
Copy link
Contributor

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

@spladug
Copy link
Contributor

spladug commented Jul 28, 2020

Sounds good! Are you interested in taking this on?

@Raphael20735

This comment has been minimized.

@manishapme
Copy link
Contributor Author

yes. but not immediately.

@spladug spladug added enhancement good starter A good place to start devving on baseplate.py labels Nov 10, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement good starter A good place to start devving on baseplate.py
Development

No branches or pull requests

3 participants