memcached
brew install memcached
v1.6.42
BSD-3-Clause
High-performance, distributed in-memory cache daemon for frequently-accessed data.
Why you might care
Memcached reduces database load by caching hot data in RAM across a cluster of servers, responding to lookups in microseconds. It's a stateless, horizontal-scalable cache layer that integrates into web apps via client libraries; use it when you need sub-millisecond cache hits and can tolerate eventual consistency. Much simpler than Redis for pure caching workflows.
2.0k
30-day installs · #978
5.2k
90-day · #1071
18.3k
365-day · #1110
Runtime dependencies
Links
- https://memcached.org/
- Brew formula source: Formula/m/memcached.rb
Blurb generated by claude-haiku-4-5 on today.
Raw metadata
{
"aliases": [],
"alternatives": [
"redis",
"hazelcast",
"varnish"
],
"build_dependencies": [],
"categories": [
"database",
"cache",
"server",
"networking"
],
"caveats": null,
"conflicts_with": [],
"dependencies": [
"libevent",
"openssl@3"
],
"deprecated": 0,
"deprecation_reason": null,
"desc": "High performance, distributed memory object caching system",
"disable_reason": null,
"disabled": 0,
"enrichment_fetched_at": "2026-06-20T23:41:14+00:00",
"first_seen": "2026-06-20T23:34:18+00:00",
"full_name": "memcached",
"github_default_branch": null,
"github_last_commit_at": null,
"github_readme_excerpt": null,
"github_repo": null,
"github_stars": null,
"github_topics": [],
"homepage": "https://memcached.org/",
"homepage_og_description": null,
"homepage_og_image": null,
"homepage_title": "memcached - a distributed memory object caching system",
"installs_30d": 1973,
"installs_365d": 18264,
"installs_90d": 5207,
"keg_only": 0,
"keg_only_reason": null,
"last_seen": "2026-06-20T23:34:18+00:00",
"license": "BSD-3-Clause",
"llm_generated_at": "2026-06-20T23:48:13+00:00",
"llm_model": "claude-haiku-4-5",
"name": "memcached",
"oldnames": [],
"one_liner": "High-performance, distributed in-memory cache daemon for frequently-accessed data.",
"optional_dependencies": [],
"rank_30d": 978,
"rank_365d": 1110,
"rank_90d": 1071,
"raw_hash": "9405dbea37a19217",
"recommended_dependencies": [],
"revision": 0,
"ruby_source_path": "Formula/m/memcached.rb",
"tap": "homebrew/core",
"test_dependencies": [],
"uses_from_macos": [],
"version_head": "HEAD",
"version_stable": "1.6.42",
"versioned_formulae": [],
"why_use_this": "Memcached reduces database load by caching hot data in RAM across a cluster of servers, responding to lookups in microseconds. It\u0027s a stateless, horizontal-scalable cache layer that integrates into web apps via client libraries; use it when you need sub-millisecond cache hits and can tolerate eventual consistency. Much simpler than Redis for pure caching workflows."
}