From 6045f5df067bf106a1706bc0650ad40ce21b3c7e Mon Sep 17 00:00:00 2001 From: Julien Ruaux Date: Fri, 16 Feb 2024 10:53:55 -0800 Subject: [PATCH] Update about-stack.md Fixed redundant and incorrect feature descriptions --- docs/stack/about/about-stack.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/stack/about/about-stack.md b/docs/stack/about/about-stack.md index 830dee3..0a80596 100644 --- a/docs/stack/about/about-stack.md +++ b/docs/stack/about/about-stack.md @@ -14,9 +14,9 @@ Redis Stack is the best starting point for working with Redis. We've bundled tog In addition to all of the features of Redis OSS, Redis Stack supports: * Probabilistic data structures -* Queryable JSON documents +* JSON data support (storing, updating & fetching) * Querying across hashes and JSON documents -* Time series data support (ingestion & querying), including full-text search +* Time series data support (ingestion & querying) ## Why Redis Stack?