mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-02 11:09:29 +00:00
1d1f878054
Approved by: portmgr blanket
19 lines
731 B
Plaintext
19 lines
731 B
Plaintext
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/
|