From 185c2faaa938ac3b516f454bad1e6020ca370409 Mon Sep 17 00:00:00 2001 From: Jameelah Mercer <36314199+MeelahMe@users.noreply.github.com> Date: Mon, 19 May 2025 10:31:56 -0700 Subject: [PATCH] Update content/shared/influxdb3-cli/create/distinct_cache.md Co-authored-by: Jason Stirnaman --- content/shared/influxdb3-cli/create/distinct_cache.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/shared/influxdb3-cli/create/distinct_cache.md b/content/shared/influxdb3-cli/create/distinct_cache.md index f46ae1e11..e1434c411 100644 --- a/content/shared/influxdb3-cli/create/distinct_cache.md +++ b/content/shared/influxdb3-cli/create/distinct_cache.md @@ -96,7 +96,7 @@ influxdb3 create distinct_cache \ ### Create a hierarchical cache with constraints -Create a distinct value cache for multiple columns. This configuration tracks unique combinations of `room` and `sensor_id`, and sets limits on the number of entries and their maximum age. +Create a distinct value cache for multiple columns. The following example tracks unique combinations of `room` and `sensor_id`, and sets limits on the number of entries and their maximum age.