Skip to content

Commit

Permalink
Merge pull request #68 from RedisInsight/main
Browse files Browse the repository at this point in the history
Releasing a fix in tutorials
  • Loading branch information
ViktarStarastsenka authored Aug 6, 2024
2 parents 75183ce + e116828 commit 3aff05c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/ds/ts/ret-compact.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ TS.CREATE bike_sales_5 DUPLICATE_POLICY SUM LABELS region west
Next, create compaction rules for each shop that will aggregate total daily bike sales using the `sum` aggregator.

```redis:[run_confirmation=true] Create compaction rules
TS.CREATE bike_sales_1_per_day LABELS region east compacted yes
TS.CREATERULE
bike_sales_1 // source key
bike_sales_1_per_day // destination key
Expand Down

0 comments on commit 3aff05c

Please sign in to comment.