Skip to content

0.13.1

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 22 Nov 10:14
15fd7d2

🚀 New Features

Till version 1.8, only the sum, min, and max could be used as reducer types.
It is now possible, for example, to calculate the maximal temperature per timeframe for each sensor and then report the average temperature (avg reducer) over groups of sensors (grouped by a given label's value).
This can be specified with the new reducer types (TS.MRANGE and TS.MREVRANGE: avg, range, count, std.p, std.s, var.p, and var.s.

🐛 Bug Fixes

  • Fix for 'toList' reducer results empty (#346)

🧰 Maintenance

  • Load Redis test endpoints from config file or env vars (#294)
  • Deprecate Triggers and Functions (#343)

Contributors

We'd like to thank all the contributors who worked on this release!

@andy-stark-redis, @atakavci and @uglide