MemCachedClient.set always returns false

Dustin Sallings dustin at spy.net
Sun Feb 24 03:46:03 UTC 2008


On Feb 23, 2008, at 15:14, William Chu wrote:

> boolean isSet  = mc.set(key, object);


	What is ``object'' ?

	It's likely your client is silently failing to encode the object for  
the wire (or perhaps logging it in such a way you aren't currently  
seeing it).

-- 
Dustin Sallings





More information about the memcached mailing list