Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support reducers in RedisTimeSeries 1.8 GA #348

Merged
merged 1 commit into from
Nov 22, 2024

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