xmemcached 2.0.1
killme2008
released this
28 Jul 05:11
·
157 commits
to master
since this release
Change log:
- Uses nano timestamp value as namespace.
- Adds
setSelectorPoolSize
method to builder/client to set reactor pool size per client. - Set heartbeat thread and session monitor thread to be daemon.
- Thanks to @bmahe, so much refactor and clean code.
- Disable shutdown hook by default, you can enable it by
-Dxmemcached.shutdown.hook.enable=true
. - Make log more friendly.
- Fixed auth for binary protocol.
- Some bug fix by contributors,thanks all of you.