memcache-client icon indicating copy to clipboard operation
memcache-client copied to clipboard

Ruby library for accessing memcached.

Results 3 memcache-client issues
Sort by recently updated
recently updated
newest added

Hey Mike, hope all is well. Consider the snippet: Timeout.timeout(n) do ... some stuff ... memcache_client.get(some_key) ... more stuff ... end That can cause a timeout exception to be raised...

Hi, I am trying using memcache-client 1.8.5 and memcached 1.4.3 for better performance. But average response time is more than 200ms. I am using the memcache to store mysql resultset...

I'm using ubuntu server 10.04, rails 2.3.2, memcache-client 1.8.5 I got some problem with using get_multi with memcached server located on another cloud instance. It always raises the exception "MemCache::MemCacheError:...