Subject: | Doesn't work with Cache::Memcached::Fast or Cache::Memcached::libmemcached |
I tried to use the module with Cache::Memcached::libmemcached but hit some problems:
It assumed $cache->{servers} contains an array ref of server hostport/paths.
It implements it's own stats() method that talks to the memcached servers and uses the
undocumented Cache::Memcached sock_to_host() method to do so.
The test suite also doesn't pass when using Cache::Memcached::Fast.
I'd love to see this module updated to worth with Cache::Memcached::libmemcached so it can
take advantage of the high performance and many features it offers. I'd be happy to help make
that happen.