Commands
Commands Overview
RedisTimeSeries is a Redis module that adds a time series data structure to Redis.
Official and community client libraries in Python, Java, JavaScript, Ruby, Go, C#, Rust, and PHP.
See the clients page for the full list.
In the RedisTimeSeries organization you can find projects that help you integrate RedisTimeSeries with other tools, including:
A time series is a linked list of memory chunks. Each chunk has a predefined size of samples. Each sample is a 128-bit tuple: 64 bits for the timestamp and 64 bits for the value.
Got questions? Feel free to ask at the RedisTimeSeries mailing list.
Redis Source Available License Agreement. See LICENSE
Commands Overview
Quick Start Guide to RedisTimeSeries
Run-time configuration
Developing RedisTimeSeries
RedisTimeSeries Client Libraries
Reference