You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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 ofMemcachedConnedction
instances for different nodes, manage connection pooling to gracefully handle connections losses and integrate a customizableHashFunction
for users to determine the appropriate node for a particular key. Our currentMemcachedConnection
structure will remain but its functionality will be enhanced by the client to better handle multiple nodes and deliver a more resilient caching solution.The text was updated successfully, but these errors were encountered: