anchor
anchor copied to clipboard
Connect to multiple memcached servers question
First off i think this is a great library! Thank you!
I'm working on a project where i need to be able to connect to multiple memcached servers (individual boxes, not a cluster).
Is there a simple way to achieve this? It appears that shackle's pool is based off the ?APP name so perhaps i could modify anchor to start multiple supervisors with different ?APP names?
Thanks for any help in advance!