File: control

package info (click to toggle)
nutcracker 0.4.0%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 1,208 kB
  • ctags: 1,273
  • sloc: ansic: 13,846; sh: 741; makefile: 98; python: 42
file content (26 lines) | stat: -rw-r--r-- 1,235 bytes parent folder | download
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
Source: nutcracker
Section: net
Priority: optional
Maintainer: Faidon Liambotis <paravoid@debian.org>
Build-Depends: debhelper (>= 9), dh-autoreconf, libyaml-dev
Standards-Version: 3.9.6
Homepage: https://github.com/twitter/twemproxy
Vcs-Git: git://anonscm.debian.org/collab-maint/nutcracker.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=collab-maint/nutcracker.git;a=summary

Package: nutcracker
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, adduser
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.