macOS
brew install nutcrackerlocal Homebrew formula metadata
brew / rank 14295
Proxy for memcached and redis. Version 0.5.0 via Homebrew; verified 2026-06-19. Also installable with debian: sudo apt install nutcracker.
install
brew install nutcrackerlocal Homebrew formula metadata
sudo apt install nutcrackerDebian stable package indexes · nutcracker · source: deb.debian.org
overview
Proxy for memcached and redis
history
Nutcracker is the Homebrew formula name for Twitter's twemproxy, a small C proxy for memcached and Redis protocols. Twitter's README describes it as built to reduce backend cache-server connection counts, with pipelining and sharding used to scale distributed cache architectures.
The public changelog records a twemproxy 0.1.16 release on 2012-02-09, when the project was described as a fast, lightweight proxy for the memcached protocol. Redis support was visible to the Redis community by late 2012, when Salvatore Sanfilippo wrote about Twitter's proxy as a practical sharding layer before Redis Cluster was available.
twemproxy's package-nerd role was strongest in the early Redis and memcached scaling era: it let teams keep client libraries simple while putting consistent hashing, server pools, node ejection, and low backend connection counts in a separate process. Its Homebrew formula still exists as `nutcracker`/`twemproxy`, but Homebrew analytics on 2026-07-01 showed only 25 installs over 365 days, so the package-manager footprint is now mostly maintenance and legacy operations rather than new mainstream adoption.
Operators run the `nutcracker` daemon with a YAML configuration that defines one or more pools, listen addresses, hash/distribution choices, Redis mode, timeouts, and backend servers. Common production patterns are to run multiple proxy instances for availability and to decide explicitly whether failed backend ejection is acceptable for cache use or whether a fixed key-to-server map is required.
Nutcracker matters historically because it captures a pre-native-cluster moment in Redis/memcached operations: sharding was often pushed into clients or a lightweight proxy, and Homebrew/Debian/Ubuntu packaging made the proxy easy to install for local testing and operations scripts.
security posture
narrow executable package without higher-risk signals.
green risk · low confidence · appliance
Before unattended agent use, check whether the tool reads plaintext credentials, writes remote state, publishes artifacts, or shells out to plugins.
local files
These source-backed paths show where this package keeps local settings or durable credentials. Automic Vault can use them as review targets for secret scanning, migration, and command approval.
Config paths the tool may read or write during local use.
conf/nutcracker.ymlexecutables
| Command | Kind | Exposure | Note |
|---|---|---|---|
nutcracker | executable | indexed executable | Discovered from the local executable index. |
test_all | executable | indexed executable | Discovered from the local executable index. |
freshness
These signals separate page generation age, package-manager activity, and upstream release comparison. Version lag is warned only when an evidence URL and comparable versions are present.
install metadata
| Package key | brew:nutcracker |
|---|---|
| Version | 0.5.0 |
| Package manager | Homebrew |
| Homepage | https://github.com/twitter/twemproxy |
| Repository | https://github.com/twitter/twemproxy |
| Last updated | 2026-06-19T12:32:40-07:00 |
| Pulse | updated |
| Bottle | not recorded |
| Service | none declared |
source database matches
Matches are pulled from external package-manager indexes and kept separate from local Automic Vault package links.
nutcracker 0.5.0+dfsg-2+b1
Fast, light-weight proxy for memcached and Redis
https://github.com/twitter/twemproxy
sudo apt install nutcrackernutcracker 0.5.0+dfsg-2
Fast, light-weight proxy for memcached and Redis
https://github.com/twitter/twemproxy
sudo apt install nutcrackersource trail
This page is generated by av-web from the private package SQLite artifact built by scripts/generate-pkg-sqlite.py.
View the package source record on GitHub.