Show
Ignore:
Timestamp:
03/30/08 23:55:28 (5 years ago)
Author:
daisuke
Message:

lang/perl/Cache-Memcached-libmemcached; reword docs

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • lang/perl/Cache-Memcached-libmemcached/trunk/lib/Cache/Memcached/libmemcached.pm

    r8528 r8529  
    583583the document of, is a perl binding for libmemcached (http://tangent.org/552/libmemcached.html). Not to be confused with libmemcache (see below). 
    584584 
     585=head2 Cache::Memcached::Fast 
     586 
     587Cache::Memcached::Fast is a memcached client written in XS from scratch. 
     588As of this writing benchmarks shows that Cache::Memcached::Fast is faster on  
     589get_multi(), and Cache::Memcached::libmemcached is faster on regular get()/set() 
     590 
     591=head2 Memcached::libmemcached 
     592 
     593Memcached::libmemcached is a straight binding to libmemcached, and is also 
     594the parent class of this module. 
     595 
     596It has most of the libmemcached API. If you don't care about a drop-in  
     597replacement for Cache::Memcached, and want to benefit from low level API that 
     598libmemcached offers, this is the way to go. 
     599 
    585600=head2 Cache::Memcached::XS 
    586601 
     
    589604indicate that the underlying libmemcache is no longer in active development. 
    590605 
    591 =head2 Cache::Memcached::Fast 
    592  
    593 Cache::Memcached::Fast is a memcached client written in XS from scratch. 
    594  
    595 =head2 Memcached::libmemcached 
    596  
    597 Memcached::libmemcached is a straight binding to libmemcached. It has all 
    598 of the libmemcached API. If you don't care about a drop-in replacement for 
    599 Cache::Memcached, and want to benefit from *all* of libmemcached offers, 
    600 this is the way to go. 
    601  
    602606=head1 CAVEATS 
    603607