Skip to content

Commit 3aff05c

Browse files
Merge pull request #68 from RedisInsight/main
Releasing a fix in tutorials
2 parents 75183ce + e116828 commit 3aff05c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/ds/ts/ret-compact.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ TS.CREATE bike_sales_5 DUPLICATE_POLICY SUM LABELS region west
7474
Next, create compaction rules for each shop that will aggregate total daily bike sales using the `sum` aggregator.
7575

7676
```redis:[run_confirmation=true] Create compaction rules
77+
TS.CREATE bike_sales_1_per_day LABELS region east compacted yes
7778
TS.CREATERULE
7879
bike_sales_1 // source key
7980
bike_sales_1_per_day // destination key

0 commit comments

Comments
 (0)