docs: Update Redis and Valkey docs (#1143)

This commit is contained in:
Wenxin Du
2025-08-12 18:04:23 -04:00
committed by GitHub
parent e8006d31eb
commit de3429bdf1
2 changed files with 4 additions and 4 deletions

View File

@@ -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.

View File

@@ -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