Bugfixes:
- forgot to update spymemcached-ext-0.0.1.jar before last release
Features:
- add Memcached#active? method
Bugfixes:
- use the absolute path to the JAR file
Bugfixes:
- do not throw error when get/read cache failed by Memcached::Rails
Bugfixes:
- ignore nil value in Memcached options
Features:
- clean up java code
- separate slow timeout tests
Bugfixes:
- fix Memcached increment/decrement, which works with MarshalTranscoder now
Features:
- update spymemcached to 2.8.3, which set shouldOptimize as false by default
- add Memcached::ATimeoutOccurred exception
- accept exception_retry_limit option
Bugfixes:
- fix ClassCastException from Long to RubyFixnum
Bugfixes:
- set as daemon thread to avoid suspend ruby process (like rake task)
Features:
- support get with multiple keys
- add Memcached::Rails as rails cache_store
- use jruby annotation to reduce method definitions
Features:
- rewrite with pure jruby implementation
Bugfixes:
- set method should not be async
Features:
- allow to change hash, distribution and binary protocol
Features:
- wrap java library spymemcached
- compatible hash and distribution algorithms with memcached.gem