RedisTimeSeries/RedisTimeSeries
Time Series data structure for Redis observed · 2026-09-03
Health v2 · maintenance only
94/100
- Activity 100
- Release rhythm 82
- Longevity 100
Flags: no_license
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: 0
- age_days: 3159
- days_rel: 120
- days_push: 0
- n_releases_24m: 12
Adoption not part of the score
1071 stars · 145 forks observed · 2026-09-03
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
RedisTimeSeries is a Redis module that adds a native time series data structure to Redis, supporting high-volume inserts, low-latency range queries, aggregation, and automatic compaction with retention policies. Starting with Redis 8 the functionality is integrated into Redis core and standalone module releases have stopped.
Use cases
- store and query sensor metrics like temperature or fan speed
- track historical stock prices
- count events per time window such as vehicles per minute
- aggregate metrics across many labeled series
- downsample old samples with compaction rules
When to choose
- you already run Redis and need time series storage with fast reads and writes
- you need cross-series aggregation and downsampling without a separate TSDB
- you want retention policies and compactions built into your data store
When to avoid
- you need a standalone time series database with its own query language and ecosystem
- you run Redis 8 or newer where the module is already built in
- you need 32-bit system support
Facets
plugin · maturity maintenance
database caching analytics databases time-series developer-tools self-hosted redis-module time-series-database redis-stack sensor-data compaction linux macos docker
1 source
- readme: https://github.com/RedisTimeSeries/RedisTimeSeries · fetched 2026-09-03 · 0361c27e30ac
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| RedisTimeSeries/RedisTimeSeries | main | 94 |
For agents
markdown · JSON · MCP: product_card(name="RedisTimeSeries/RedisTimeSeries")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem