How to config for multi memcached servers
Closed this issue · 2 comments
kk17 commented
I want to know how to config for multi memcached servers?
igorbolic commented
Currently there is no support for specifying multiple memcached servers. I am planning to add this option with the first release of the library.
If you are using AWS ElastiCache there is support for Auto Discovery by specifying memcached.cache.mode=dynamic
in your configuration file. It will allow for the client to automatically identify all of the nodes in a cache cluster.