# RedisTimeSeries/RedisTimeSeries

Time Series data structure for Redis

Repository: https://github.com/RedisTimeSeries/RedisTimeSeries
Canonical: https://ross.abutalabs.com/products/redistimeseries
Homepage: https://redis.io/docs/stack/timeseries/
Language: Python
License: NOASSERTION
License Family: other
Topics: redis, redis-module, timeseries, redistimeseries, timeseries-database
Last push: 2026-09-02T13:21:55+00:00

## Health v2 (maintenance only)
Score: 94/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 100, release rhythm 82, longevity 100
- inputs: {"age_days": 3159, "days_push": 0, "days_rel": 120, "gap_med": 0, "n_releases_24m": 12}
- flags: no_license
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1071, forks 145 (observed 2026-09-03T02:15:07.196678+00:00)

## What it is
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
- artifact type: plugin
- maturity: maintenance
- function: database, caching, analytics
- domain: databases, time-series, developer-tools
- platform: self-hosted
- tags: redis-module, time-series-database, redis-stack, sensor-data, compaction, linux, macos, docker

## Member repositories
- RedisTimeSeries/RedisTimeSeries (main) score 94

## Provenance
- Observed fields: from GitHub, fetched 2026-09-03T02:15:07.196678+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T06:53:47.873896+00:00, confidence not recorded.
  - readme: https://github.com/RedisTimeSeries/RedisTimeSeries (fetched 2026-09-03T02:15:07.196678+00:00, sha 0361c27e30ac)
- Data as of 2026-08-30T08:39:29.467469+00:00.
