Releases: X-Lucifer/win-memcached
Releases · X-Lucifer/win-memcached
Windows Memcached v1.6.15 Releases
- 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
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
- windows平台原生memcached server服务端
.exe
为安装版本, 可一键自动安装为系统服务;
.tar
为便携版本, 无需安装即可运行, 也可手动安装为系统服务;- 基于memcached 官方最新版本编译打包
- 支持版本:
msys2
和cygwin
, 可任意选择, 功能无差别