🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more

@node-redis/time-series

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@node-redis/time-series

This package provides support for the [RedisTimeSeries](https://redistimeseries.io) module, which adds a time series data structure to Redis. It extends the [Node Redis client](https://github.com/redis/node-redis) to include functions for each of the Redi

1.0.2
latest
Version published
Weekly downloads
53K
13.86%
Maintainers
1
Weekly downloads
 
Created

@node-redis/time-series

This package provides support for the RedisTimeSeries module, which adds a time series data structure to Redis. It extends the Node Redis client to include functions for each of the RedisTimeSeries commands.

To use these extra commands, your Redis server must have the RedisTimeSeries module installed.

For an example of how to add values to a time series, query a time series, and perform aggregated queries against a time series, see time-series.js in the Node Redis examples folder.

FAQs

Package last updated on 22 Feb 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts