Changes for version 0.05 - 2026-07-23
- Fix reentrancy at the callback/connection boundary: read-buffer corruption on reconnect-from-callback, teardown drains swallowing new-session commands, skip_pending breaking the connection, deferred DESTROY dropping callbacks
- Fix the loop option (segfaulted); suppress SIGPIPE; drain the waiting queue on terminal connect failure; quit() no longer errors/reconnects
- on_connect fires after SASL and always from the event loop; validate callback arguments; POD corrections
Modules
asynchronous memcached client on libev
Examples
- eg/anyevent.pl
- eg/basic.pl
- eg/batch_insert.pl
- eg/cache_aside.pl
- eg/cas.pl
- eg/counter.pl
- eg/error_handling.pl
- eg/flow_control.pl
- eg/lock.pl
- eg/multi_server.pl
- eg/multiget.pl
- eg/pipeline.pl
- eg/rate_limiter.pl
- eg/reconnect.pl
- eg/sasl_auth.pl
- eg/serialization.pl
- eg/session_cache.pl
- eg/stats.pl
- eg/timeout.pl
- eg/unix_socket.pl
- eg/worker_id.pl