Skip to content

Conversation

@atakavci
Copy link
Collaborator

Simply adding the list of reducers coming with RedisTimeSeries 1.8;

avg Arithmetic mean of all non-NaN values
range Difference between maximum non-NaN value and minimum non-NaN value
count Number of non-NaN values
std.p Population standard deviation of all non-NaN values
std.s Sample standard deviation of all non-NaN values
var.p Population variance of all non-NaN values
var.s Sample variance of all non-NaN values

for more info https://redis.io/docs/latest/commands/ts.mrange/

@atakavci atakavci requested a review from uglide November 22, 2024 08:41
@atakavci atakavci changed the title Add new reducers in RedisTimeSeries 1.8 GA Support reducers in RedisTimeSeries 1.8 GA Nov 22, 2024
@atakavci atakavci merged commit aed3c93 into redis:master Nov 22, 2024
18 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants