diff options
author | Cheng-Lung Sung <clsung@FreeBSD.org> | 2008-01-24 03:42:11 +0000 |
---|---|---|
committer | Cheng-Lung Sung <clsung@FreeBSD.org> | 2008-01-24 03:42:11 +0000 |
commit | b9ba76708378140e9c65e652a2b1d12c2a0799cc (patch) | |
tree | 8ed502ae2b4baac99e074cdb35054e8c6bf112c0 /databases/Makefile | |
parent | 2409cfe44d675723f53f6627dbf51c9b5ecb3b59 (diff) | |
download | ports-b9ba76708378140e9c65e652a2b1d12c2a0799cc.tar.gz ports-b9ba76708378140e9c65e652a2b1d12c2a0799cc.zip |
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/
Notes
Notes:
svn path=/head/; revision=206099
Diffstat (limited to 'databases/Makefile')
-rw-r--r-- | databases/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/databases/Makefile b/databases/Makefile index 9209aa8a7a19..80699b272472 100644 --- a/databases/Makefile +++ b/databases/Makefile @@ -286,6 +286,7 @@ SUBDIR += p5-Jifty-DBI SUBDIR += p5-MLDBM SUBDIR += p5-MLDBM-Sync + SUBDIR += p5-Memcached-libmemcached SUBDIR += p5-Metadata SUBDIR += p5-Mysql SUBDIR += p5-Mysql-Diff |