spymemcached

spymemcached - is it possible to disable the logging system?

Hi, we are using the spymemcached memcached client but we didn't discovered how we could disable the logging system. How could we at runtime change the current logging system to something like log4j or sl4j? Notice: We could pass some VM arguments, but the problem is: we can't change our server configuration. Is it possible to pass t...

spy memcache - class not found error

I am able to run stand alone java class that uses spymemcache(using memcache 2.5 jar) but when i try to run a web appliaction which uses jboss server it gives me following error:- 09:17:29,125 ERROR [STDERR] 2010-06-10 09:17:29.125 09:17:29,125 ERROR [STDERR] 09:17:29,125 ERROR [STDERR] INFO 09:17:29,125 ERROR [STDERR] 09:17:29,125 ERRO...

How to clear Memcached (1.4.x) stats from java

Running flush() on the java-clients we've tried (SpyMemcacheD and Danga) does not reset the statistics on the memcached server. Does anyone know a good way to do this? I could implement a telnet client that sends stats reset But that seems excessive ...