Skip to content

Windows Memcached v1.6.12 Releases

Compare
Choose a tag to compare
@X-Lucifer X-Lucifer released this 07 Oct 07:20
· 5 commits to master since this release

Overview

  • Bugfixes, potential performance improvements, improvements to logging. Includes some upstreamed changes for an upcoming feature.

Fixes

  • Expose number of currently active watchers in stats
  • Configurable minimum supported TLS protocol version
  • core: fix hang bug in extstore
  • thread: use eventfd for worker notify if available
  • thread: per-worker-thread connection event queues
  • core: cache.c cleanups, use queue.h freelist
  • core: add queue.h to replace handrolled queues.
  • logger: simplify logging code
  • logger: avoid polling without watchers
  • Implement LOG_CONNEVENTS watcher flag for connection state transitions
  • Report item sizes for fetch, mutation, and eviction watchers
  • Fix typos in doc/code comments (tem->item, etc)

New Features

  • watch connevents will show realtime log entries about client connect/disconnect events.