From de3429bdf1debaa75dc3c5ee3b07188679c33a91 Mon Sep 17 00:00:00 2001 From: Wenxin Du <117315983+duwenxin99@users.noreply.github.com> Date: Tue, 12 Aug 2025 18:04:23 -0400 Subject: [PATCH] docs: Update Redis and Valkey docs (#1143) --- docs/en/resources/sources/redis.md | 4 ++-- docs/en/resources/tools/valkey/valkey.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/en/resources/sources/redis.md b/docs/en/resources/sources/redis.md index c5c609ccd9..9d612dd132 100644 --- a/docs/en/resources/sources/redis.md +++ b/docs/en/resources/sources/redis.md @@ -4,13 +4,13 @@ linkTitle: "Redis" type: docs weight: 1 description: > - Redis is an open-source, in-memory data structure store. + Redis is a in-memory data structure store. --- ## About -Redis is an open-source, in-memory data structure store, used as a database, +Redis is a in-memory data structure store, used as a database, cache, and message broker. It supports data structures such as strings, hashes, lists, sets, sorted sets with range queries, bitmaps, hyperloglogs, and geospatial indexes with radius queries. diff --git a/docs/en/resources/tools/valkey/valkey.md b/docs/en/resources/tools/valkey/valkey.md index bc61549ab4..fab9e5e3b1 100644 --- a/docs/en/resources/tools/valkey/valkey.md +++ b/docs/en/resources/tools/valkey/valkey.md @@ -3,7 +3,7 @@ title: "valkey" type: docs weight: 1 description: > - A "valkey" tool executes a set of pre-defined Valkey commands against a Memorystore for Valkey instance. + A "valkey" tool executes a set of pre-defined Valkey commands against a Valkey instance. aliases: - /resources/tools/valkey --- @@ -11,7 +11,7 @@ aliases: ## About A valkey tool executes a series of pre-defined Valkey commands against a -Memorystore for Valkey instance. +Valkey instance. The specified Valkey commands are executed sequentially. Each command is represented as a string array, where the first element is the command name