1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34
|
Source: nutcracker
Section: net
Priority: optional
Maintainer: Faidon Liambotis <paravoid@debian.org>
Build-Depends:
debhelper-compat (= 13),
libyaml-dev,
Standards-Version: 4.6.2
Rules-Requires-Root: no
Homepage: https://github.com/twitter/twemproxy
Vcs-Git: https://salsa.debian.org/debian/nutcracker.git
Vcs-Browser: https://salsa.debian.org/debian/nutcracker
Package: nutcracker
Architecture: any
Depends:
adduser,
${misc:Depends},
${shlibs:Depends},
Pre-Depends:
${misc:Pre-Depends},
Description: Fast, light-weight proxy for memcached and Redis
nutcracker, also known as twemproxy (pronounced "two-em-proxy"), is a
fast and lightweight proxy for the memcached and Redis protocols. It was
primarily built to reduce the connection count on backend caching
servers, but it has a number of features, such as:
* Maintains persistent server connections to backend servers.
* Enables pipelining of requests and responses.
* Supports multiple server pools simultaneously.
* Shard data automatically across multiple servers.
* Supports multiple hashing modes including consistent hashing and
distribution.
* High-availability by disabling nodes on failures.
* Observability through stats exposed on stats monitoring port.
|