Is there a memcached client that can help me iterate over the memcached cache? I want to search through the cache to fetch some data depending upon a condition. I am only able to do a put/get right now. Currently, I am using net.spy.memcached.MemcachedClient to access memcached.
Regards, Giriraj
