Upcoming memcached releases + rambling.

Tim Bunce Tim.Bunce at pobox.com
Thu Feb 7 15:36:36 UTC 2008


On Thu, Feb 07, 2008 at 12:56:58AM -0800, dormando wrote:
>
> - Cache::Memcached updates. Uh, whoops. This doesn't support any of the 
> recent features.

FYI, Memached::libmemcached provides a (nearly) complete interface to
libmemcached that's very thin and efficient.

http://search.cpan.org/~timb/Memcached-libmemcached/libmemcached.pm

It supports perl versions down to 5.6.2 and is well tested across a
range of unix-like systems:
http://bbbike.radzeit.de/~slaven/cpantestersmatrix.cgi?dist=Memcached-libmemcached

It's also specifically designed to be very easy to add support for extra
functions and features as libmemcached evolves (new functions, binary
protocol etc).

Cache::Memached::libmemcached is now implemented as a layer over
Memached::libmemcached.

If libmemcached could be ported to Windows there'd be little need for
the old/slow Cache::Memcached interface.

Tim.


More information about the memcached mailing list