content/operate/oss_and_stack/stack-with-enterprise/release-notes/redistimeseries/redistimeseries-1.2-release-notes.md
RedisTimeSeries v1.2.7 requires:
This is a maintenance release for version 1.2.
Details:
Bugfixes:
(foo,)This is a maintenance release for version 1.2.
Details:
Minor enhancements:
TS.MGET and TS.MRANGE.Bugfixes:
Headlines:
Details:
TS.RANGE due to shifting left.Headlines:
Details:
This is the general availability (GA) release of RedisTimeSeries 1.2 (1.2.2).
Headlines:
(we will blog about this release soon including performance improvements results and the link here)
Full details:
Added functionality
Double Delta compression which results in cost savings and faster query times.UNCOMPRESSED option in TS.CREATE.API changes / Enhancements
TS.INCRBY/DECRBYTS.ADD.RESET functionality was removed. RESET contradicted the rewriting of the last sample (#241).
Alternatively, you can reconstruct similar behaviour by
TS.ADD ts * 1 + sum aggregationTS.INCRBY ts 1 + range aggregationTS.GET with TS.RANGE.TS.MRANGE and TS.MGET to no longer returns the labels of each time-series in order reduce network traffic. Optional WITHLABELS argument added.TS.RANGE and TS.MRANGE aggregation starting from requested timestamp.Performance improvements
Minor Enhancements
Bugfixes since 1.0.3
{{< note >}} The version inside Redis will be 10202 or 1.2.2 in semantic versioning. {{< /note >}}