Top "Spymemcached" questions

Spymemcached is a single-threaded, asynchronous memcached client written in java.

Memcached + Spring Caching

I'm attempting to setup a Spring 3.1 caching solution with Memcached. I've incorporated ehcache (Spring has built in support for this) …

java spring caching memcached spymemcached
Hibernate EHCache vs MemCache

I would like to use caching in my web application which will be scalable and distributed as well. I have …

memcached ehcache spymemcached
net.spy.memcached.OperationTimeoutException: Timeout waiting for value

I am storing Set of values into the memcached client with key as setOfKeys. I am putting the value in …

java memcached spymemcached
How to connection pool memcached in Java (spymemcached)

The API I'm using, spymemcached, basically gives MemcachedClient memc = new MemCachedClient(new InetSocketAddress("host", port)); It doesn't really give me …

java memcached spymemcached
How to Use memcached on different port

i have excuted c:\memcached>memcached -l 0.0.0.0:11211,0.0.0.0:11212 getaddrinfo(): No such host is known. failed to listen on TCP port 11211: …

java memcached spymemcached
HOWTO Resolve warning messages of "restributing to another node" when using Spymemcached client library for memcached server

I am using spymemcached client library v2.8.0 provided by couchbase folks. The memcached server installed is version 1.4.13. The configuration for …

java connection memcached spymemcached