Revision history for EV::Memcached
0.02 2026-04-27
- Bug fixes, polish, expanded tests
0.01 2026-04-06
- Initial release
- Pure XS binary protocol, no external C library
- Core commands: get/gets, set/add/replace/cas, delete, incr/decr,
append/prepend, touch/gat/gats, flush, version, noop, quit, stats
- Multi-get (mget/mgets), fire-and-forget set/flush (SETQ/FLUSHQ)
- SASL PLAIN auth (manual + auto-auth on connect/reconnect)
- Pipelining, flow control, reconnection, connect/command timeouts
- TCP, Unix socket, keepalive, EV event loop integration