Hi, I am looking at memcache for some caching requirement. I was wondering if we have a cluster of nodes where each node has about 2 gigs to spare for caching.
Each node runs memcached and looks up in the local cache if the data is available before it can start looking up in the cluster. In that case is it possible to bypass the socket write/read and call into the actual function which do the set/get? regards, -venkatesh
