Changeset 4560

Show
Ignore:
Timestamp:
01/13/08 23:24:42 (5 years ago)
Author:
daisuke
Message:

lang/perl/Cache-Memcached-LibMemcached?; put notes for rt #32277

Files:
1 modified

Legend:

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

    r4558 r4560  
    250250Return the current value of compress_savings 
    251251 
     252=head1 VARIOUS MEMCACHED MODULES 
     253 
     254=head2 Cache::Memcached 
     255 
     256This is the "main" module. It's mostly written in Perl. 
     257 
     258=head2 Cache::Memcached::LibMemcached 
     259 
     260Cache::Memcached::LibMemcached, which is the module for which your reading 
     261the document of, is a perl binding for libmemcached (http://tangent.org/552/libmemcached.html). Not to be confused with libmemcache (see below). 
     262 
     263=head2 Cache::Memcached::XS 
     264 
     265Cache::Memcached::XS is a binding for libmemcache (http://people.freebsd.org/~seanc/libmemcache/). 
     266The main memcached site at http://danga.com/memcached/apis.bml seems to  
     267indicate that the underlying libmemcache is no longer in active development. 
     268 
     269=head2 Cache::Memcached::Fast 
     270 
     271Cache::Memcached::Fast is a memcached client written in XS from scratch. 
     272 
    252273=head1 AUTHOR 
    253274