Skip to content

Releases: X-Lucifer/win-memcached

Windows Memcached v1.6.15 Releases

19 Apr 15:58
4aca85a
Compare
Choose a tag to compare

Overview

  • No mainline changes vs 1.6.14. This release is a roll-up of fixes to the experimental proxy mode.

Fixes

  • proxy: Fix buffer overflow and prevent recv() of 0 byte
  • proxy: allow await() to be called recursively
  • proxy: mcp.request(cmd, [val | resp])
  • proxy: hacky method of supporting noreply/quiet
  • proxy: add ring_hash builtin
  • proxy: fix logger entry memory corruption
  • storage: parameterize the compaction thread sleep
  • proxy: pull chunks into individual c files
  • proxy: documentation updates
  • proxy: "stats settings" for proxy
  • proxy: await improvements
  • proxy: trivial support for SO_KEEPALIVE on backend
  • mcmc: upstream update for SO_KEEPALIVE
  • proxy: fix crash on stats proxy sans user stats
  • proxy: enable backend_total stat
  • proxy: track in-flight requests
  • proxy: add some basic logging for backend errors
  • proxy: logging improvements + lua mcp.log()
  • proxy: add stats for commands seen

New Features

  • None.

Windows Memcached v1.6.12 Releases

07 Oct 07:20
Compare
Choose a tag to compare

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.

Windows Memcached v1.6.10 Releases

15 Aug 06:15
Compare
Choose a tag to compare
  1. windows平台原生memcached server服务端
  2. .exe为安装版本, 可一键自动安装为系统服务;
    .tar为便携版本, 无需安装即可运行, 也可手动安装为系统服务;
  3. 基于memcached 官方最新版本编译打包
  4. 支持版本: msys2cygwin, 可任意选择, 功能无差别