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

Implement MemcachedClient for enhanced load balancing and resilient connection management. #34

Open
dkz2 opened this issue Aug 15, 2023 · 0 comments

Comments

@dkz2
Copy link
Contributor

dkz2 commented Aug 15, 2023

The goal of this issue is to ensure optimal distribution of cache keys across multiple nodes. In order to achieve this we will implement a MemcachedClient that will maintain an array of MemcachedConnedction instances for different nodes, manage connection pooling to gracefully handle connections losses and integrate a customizable HashFunction for users to determine the appropriate node for a particular key. Our current MemcachedConnection structure will remain but its functionality will be enhanced by the client to better handle multiple nodes and deliver a more resilient caching solution.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant