I just released jruby-memcached 0.5.0, it contains the following changes:
- add travis-ci support, testing jruby-18mode, jruby-19mode and jruby-head environment.
- update spymemcached to 2.8.3, which set shouldOptimize to false by default, there are some bugs with true shouldOptimize so far.
- fix increment/decrement issue, in < 0.5.0, incr/decr with unmarshal encode while get with marshal decode.
- accept exception_retry_limit option.
- add Memcached::ATimeoutOccurred error to handle timeout case, otherwise you will probably see following error.
ActionView::TemplateError: undefined method `clean_message' for #<Java::NetSpyMemcached::OperationTimeoutException:0x26e02e71>
check out the full code changes here.
