libmemcached 1.0.18
C++ library for memcached
libMemcached is a library to use memcached in C/C++ applications. It comes with a complete reference guide and documentation of the API, and provides features such as:
Asynchronous and synchronous transport support
Consistent hashing and distribution
Tunable hashing algorithm to match keys
Access to large object support
Local replication
- Website: https://libmemcached.org/libMemcached.html
- Licenses: Modified BSD
- Package source: gnu/packages/databases.scm
- Builds: See build status
- Issues: See known issues
Installation
Install libmemcached 1.0.18
as follows:
guix install libmemcached@1.0.18
Or install the latest version:
guix install libmemcached
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell
documentation for more information.