I'm trying to test some failure scenarios with our application which uses a memcached cluster for caching dirty data. To do this, I need a programmatic way to determine which memcached node is responsible for storing a particular key. Does anyone know of a way to do this using the spymemcached client?
Thanks in advance
