Hello all,
I'm using the java memcached client from danga - version 2.0.1. I can't find anywhere in the documentation where it says that an instance of com.danga.MemCached/ MemCachedClient is multi-threaded. Anyone know? Is it safe for me to have multiplethreads reading/writing to the same instance of MemCachedClient at the same time? Thanks!
