Taken from: https://github.com/freebsd/freebsd-ports.git Commit id: 5070672073b68be364139bc6b3a89100bd17d331
7 lines
415 B
Text
7 lines
415 B
Text
Bullet Cache is a memory database intended to be used much like memcached,
|
|
but offering much higher flexibility through use of record tags which can be
|
|
used to perform bulk operations on sets of records. It has its own binary
|
|
network protocol which is accessible through Unix domain sockets and through
|
|
TCP. It is indended to be accessed through a high-performance C library.
|
|
|
|
WWW: http://mdcached.sourceforge.net/
|