Cache-Memcached-Fast
Cache-Memcached-Fast copied to clipboard
Danger: Delete fails randomly
Migrated from rt.cpan.org #140913 (status was 'new')
Requestors:
From [email protected] on 2022-01-30 16:45:52 :
Using this with a memcached server on another host, some deletes simply fail, randomly.
No sign of the request getting to the memcached daemon when checking the logs.
journalctl -u memcached.service -f
...with double verbose in the memcached config.
All running on Debian 10.
Reproducible within 5 minutes of manually sending sets, gets, and deletes (including multiple).
Reverting to Cache::Memcached fixed the issue.