forked from Lainports/opnsense-ports
Taken from: https://github.com/freebsd/freebsd-ports.git Commit id: 5070672073b68be364139bc6b3a89100bd17d331
6 lines
310 B
Text
6 lines
310 B
Text
Cache::Memchached::Fast is a Perl client for memcached, a memory cache
|
|
daemon. Module core is implemented in C and tries hard to minimize
|
|
number of system calls and to avoid any key/value copying for speed.
|
|
As a result, it has very low CPU consumption.
|
|
|
|
WWW: http://search.cpan.org/dist/Cache-Memcached-Fast/
|