Arcus Java Client 1.11.0 (unstable)
* [Feature] Support long key. MAX_KEY_LENGTH(250 => 32000).
* [Fix] Fix the trimmed/duplicated bugs of bop smget.
* [Enhance] Use space separated keys instead of comma separated keys.
* [Enhance] Use new mget command of arcus-memcached in asyncGetBulk().
- Choose the old get command or the new mget command
after checking the version of the connected arcus-memcached server.
* [Enhance] Divide the getBulk operation by N(=200) keys per node.
[UNSTABLE] See the below issues
- Issue in version checking mget is compatible with arcus-memcached.
- The version check is OK for arcus-memcacehd version 1.10.X.
- The version check is preblematic for version 1.9 and below.
- ClassCastException error when optimize the new mget operation.