brandur/redis-cell
A Redis module that provides rate limiting in Redis as a single command. observed · 2026-08-28
Health v2 · maintenance only
53/100
- Activity 67
- Release rhythm 8
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 3595
- days_rel: 727
- days_push: 200
- n_releases_24m: 1
Adoption not part of the score
1258 stars · 75 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
A Redis module written in Rust that adds a single CL.THROTTLE command implementing the generic cell rate algorithm (GCRA) for distributed rate limiting. It provides a language-agnostic, rolling-window rate limiter that plugs into any Redis deployment without background drip processes.
Use cases
- rate limit API requests per user or IP in Redis
- replace hand-rolled Lua rate limiting scripts
- implement distributed throttling across microservices
- throttle actions globally across an entire system
- add rolling-window rate limiting with a single Redis command
When to choose
- you already run Redis and want a fast, battle-tested rate limiter as a module
- you need GCRA semantics with a rolling window and no background jobs
- you want language-agnostic rate limiting shared across services
When to avoid
- you cannot load custom modules into your Redis instance (e.g. some managed services)
- you need a standalone rate limiter outside Redis
- you need actively developed features - the project is in best-effort maintenance mode
Facets
plugin · maturity maintenance
rate-limiting caching database databases backend apis developer-tools self-hosted redis-module gcra rate-limiter rust throttling linux macos web-server
1 source
- readme: https://github.com/brandur/redis-cell · fetched 2026-08-28 · 3c40efe6d6f1
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| brandur/redis-cell | main | 53 |
For agents
markdown · JSON · MCP: product_card(name="brandur/redis-cell")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem