Skip to content

xmemcached 2.0.1

Compare
Choose a tag to compare
@killme2008 killme2008 released this 28 Jul 05:11
· 157 commits to master since this release

Change log:

  1. Uses nano timestamp value as namespace.
  2. Adds setSelectorPoolSize method to builder/client to set reactor pool size per client.
  3. Set heartbeat thread and session monitor thread to be daemon.
  4. Thanks to @bmahe, so much refactor and clean code.
  5. Disable shutdown hook by default, you can enable it by -Dxmemcached.shutdown.hook.enable=true.
  6. Make log more friendly.
  7. Fixed auth for binary protocol.
  8. Some bug fix by contributors,thanks all of you.