Re: Could not redistribute to another node, retrying primary node for ECO-MAIL-CACHE

2012-08-12 Thread 林添毅
you can check if your memory is overflow. 2012/8/8 U.S. Adha > Hi > Am trying to access my memcached which is on different machine. My java > client is unable to access memcached and its keep throwing me this error. > > 2012-08-08 17:16:42.978 WARN net.spy.memcached.MemcachedConnection: Could

Re: Get all items Memcache php

2012-08-12 Thread 林添毅
you can do it by Memcached::fetchAll(); 2012/8/8 Rasmus Jonasson > Can you somehow get all items from the Memcache class in php? > Im using unique integers to set an object to a memcahce object. > > Example: > $memcache = new Memcached(); > $memcache->addServer("localhost",$port); > $memcache->s

Where can I find the memcached windows version?

2012-08-12 Thread David
I didn't know how to build the memcached source code. I just want to use the memcached on windows 2003 server. Where can I find the memcached windows version? Thank you very much!