arthurnn / memcached

A Ruby interface to the libmemcached C client
Academic Free License v3.0
432 stars 125 forks source link

tests hang on server_touch_capable #61

Closed mks-m closed 13 years ago

mks-m commented 13 years ago

this line: @experimental_binary_protocol_cache.set(key, 'touchval') waits forever

any ideas why might that happen?

evan commented 13 years ago

No...I can't reproduce? I am using Ruby 1.9.4dev and memcached 1.4.5.

mks-m commented 13 years ago

hmm ok probably something env related, went diggin'

closing this i guess, sorry

mks-m commented 13 years ago

my guess is that was because of old memcached version(1.2.6)

probably it doesnt like binary protocol

works fine with 1.4.6 now