redis
brew install redis
v8.8.0
AGPL-3.0-only AND BSD-2-Clause AND BSL-1.0 AND MIT AND (CC0-1.0 OR BSD-2-Clause)
In-memory key-value database with persistence, pub/sub, and Lua scripting; runs as a standalone daemon or cluster.
Why you might care
Redis is the go-to choice for caching, sessions, real-time analytics, and message queues in web applications. It's single-threaded but extremely fast; use it when you need sub-millisecond latency and atomic operations on shared state. Often a build/runtime dependency for web frameworks and microservices.
31.6k
30-day installs · #183
101.4k
90-day · #178
391.6k
365-day · #177
Runtime dependencies
Links
- https://redis.io/
- Brew formula source: Formula/r/redis.rb
Blurb generated by claude-haiku-4-5 on today.
Raw metadata
{
"aliases": [
"redis@8.8"
],
"alternatives": [
"Memcached",
"etcd",
"RocksDB",
"DragonflyDB"
],
"build_dependencies": [],
"categories": [
"key-value-store",
"message-queue",
"database",
"caching"
],
"caveats": null,
"conflicts_with": [
"valkey"
],
"dependencies": [
"openssl@3"
],
"deprecated": 0,
"deprecation_reason": null,
"desc": "Persistent key-value database, with built-in net interface",
"disable_reason": null,
"disabled": 0,
"enrichment_fetched_at": "2026-06-20T23:40:43+00:00",
"first_seen": "2026-06-20T23:34:18+00:00",
"full_name": "redis",
"github_default_branch": null,
"github_last_commit_at": null,
"github_readme_excerpt": null,
"github_repo": null,
"github_stars": null,
"github_topics": [],
"homepage": "https://redis.io/",
"homepage_og_description": "Developers love Redis. Unlock the full potential of the Redis database with Redis Enterprise and start building blazing fast apps.",
"homepage_og_image": "https://redis.io/_next/static/media/open-graph.0ec72f52.png",
"homepage_title": "Redis - Real-time data for agents \u0026 apps",
"installs_30d": 31563,
"installs_365d": 391550,
"installs_90d": 101383,
"keg_only": 0,
"keg_only_reason": null,
"last_seen": "2026-06-20T23:34:18+00:00",
"license": "AGPL-3.0-only AND BSD-2-Clause AND BSL-1.0 AND MIT AND (CC0-1.0 OR BSD-2-Clause)",
"llm_generated_at": "2026-06-20T23:43:14+00:00",
"llm_model": "claude-haiku-4-5",
"name": "redis",
"oldnames": [],
"one_liner": "In-memory key-value database with persistence, pub/sub, and Lua scripting; runs as a standalone daemon or cluster.",
"optional_dependencies": [],
"rank_30d": 183,
"rank_365d": 177,
"rank_90d": 178,
"raw_hash": "a2f4a5af2bb1198b",
"recommended_dependencies": [],
"revision": 0,
"ruby_source_path": "Formula/r/redis.rb",
"tap": "homebrew/core",
"test_dependencies": [],
"uses_from_macos": [],
"version_head": "HEAD",
"version_stable": "8.8.0",
"versioned_formulae": [
"redis@8.2",
"redis@6.2"
],
"why_use_this": "Redis is the go-to choice for caching, sessions, real-time analytics, and message queues in web applications. It\u0027s single-threaded but extremely fast; use it when you need sub-millisecond latency and atomic operations on shared state. Often a build/runtime dependency for web frameworks and microservices."
}