Skip to content

Commit 2512844

Browse files
authored
Align the warning with COMPACTION_POLICY warning
1 parent d0ec1b0 commit 2512844

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/commands/ts.createrule/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ aggregates results into time buckets.
133133
- Deleting `destKey` will cause the compaction rule to be deleted as well.
134134

135135
{{% warning %}}
136-
On a clustered environment, you must use [hash tags]({{< relref "/operate/oss_and_stack/reference/cluster-spec" >}}#hash-tags) to force `sourceKey` and `destKey` to be stored in the same hash slot.
136+
On a clustered environment, you must use [hash tags]({{< relref "/operate/oss_and_stack/reference/cluster-spec" >}}#hash-tags) to force `sourceKey` and `destKey` to be stored in the same hash slot. If you don't, Redis may fail to compact the data without displaying any error messages.
137137
{{% /warning %}}
138138

139139
</note>

0 commit comments

Comments
 (0)