diff --git a/content/commands/ts.createrule/index.md b/content/commands/ts.createrule/index.md index 5ddecbea8b..74cfe1ada9 100644 --- a/content/commands/ts.createrule/index.md +++ b/content/commands/ts.createrule/index.md @@ -133,7 +133,7 @@ aggregates results into time buckets. - Deleting `destKey` will cause the compaction rule to be deleted as well. {{% warning %}} -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. +In 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. {{% /warning %}}