memcached icon indicating copy to clipboard operation
memcached copied to clipboard

A Ruby interface to the libmemcached C client

Results 16 memcached issues
Sort by recently updated
recently updated
newest added

Hi, When trying to build your gem on powerpc64le, I get the following error: ``` Configuring libmemcached. env CFLAGS='-fPIC -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wunused-variable -Wpointer-arith...

It is fairly basic for now, so I'm looking for feedback before all. Since `libmemcached` requires to use the `mget` API to get the CAS token back, I implemented it...

These stats are stored in a `uint64_t` but we were truncating them to 32 bits.

- [x] Enable --use-system-libraries argument passed to extconf.rb, which will disable embedded lib sources

I'm using memcached 1.8.0 with Rails and I'm wondering if there's an example of using Timecop to test the expiration of a key or do I have to rely on...

Hello, We're updating the memcached gem as we're fairly out of date at this point, and noticed in some particularly hot areas of code, we're now seeing what looks like...

Hey there! I'm running 1.8 of your gem and am encountering a curious issue I haven't been able to debug. Here's the output: ``` /Users/aang/.rvm/gems/ruby-2.3.3/gems/activesupport-4.1.16/lib/active_support/dependencies.rb:247:in `require': incompatible library version -...

When using memcached with multiple processes. The processes could share the same connection, and file descriptor, which would cause issues on libmemcached as far as I know. Specially regarding the...

I catch some exception like 'Key {"some key"=>"memcached address:8"}'. what's the meaing?

If `ClientError` is raised - https://github.com/evan/memcached/blob/1c659c0d15bcdbd058fff89cc2a696c141011ef4/lib/memcached/memcached.rb#L434 `tries` variable will be nil, and this line will :bomb: https://github.com/evan/memcached/blob/1c659c0d15bcdbd058fff89cc2a696c141011ef4/lib/memcached/memcached.rb#L454 cc @fbogsany