diff options
Diffstat (limited to 'databases/p5-Memcached-libmemcached/pkg-descr')
-rw-r--r-- | databases/p5-Memcached-libmemcached/pkg-descr | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/databases/p5-Memcached-libmemcached/pkg-descr b/databases/p5-Memcached-libmemcached/pkg-descr new file mode 100644 index 000000000000..0be73733b7fc --- /dev/null +++ b/databases/p5-Memcached-libmemcached/pkg-descr @@ -0,0 +1,18 @@ +Memcached::libmemcached - + Thin fast full interface to the libmemcached client API + +Memcached::libmemcached is a very thin, highly efficient, +wrapper around the libmemcached library. + +It gives full access to the rich functionality offered by +libmemcached. libmemcached is fast, light on memory usage, +thread safe, and provide full access to server side methods. + + - Synchronous and Asynchronous support. + - TCP and Unix Socket protocols. + - A half dozen or so different hash algorithms. + - Implementations of the new cas, replace, and append operators. + - Man pages written up on entire API. + - Implements both modulo and consistent hashing solutions. + +WWW: http://search.cpan.org/dist/Memcached-libmemcached/ |