From d4b0833410233cde3c4d2a3139dcd84d3a399df1 Mon Sep 17 00:00:00 2001 From: mich-elle-luna <153109578+mich-elle-luna@users.noreply.github.com> Date: Wed, 15 Oct 2025 14:28:04 -0700 Subject: [PATCH] Fix Redis documentation link in clustering.md Updated the Redis documentation link for accuracy. --- content/operate/rs/databases/durability-ha/clustering.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/operate/rs/databases/durability-ha/clustering.md b/content/operate/rs/databases/durability-ha/clustering.md index 20696f4be8..f3faa3aea2 100644 --- a/content/operate/rs/databases/durability-ha/clustering.md +++ b/content/operate/rs/databases/durability-ha/clustering.md @@ -10,7 +10,7 @@ description: Clustering to allow customers to spread the load of a Redis process linktitle: Clustering weight: 10 --- -Source available [Redis](https://redislabs.com/redis-features/redis) is a single-threaded process +Source available [Redis](https://redis.io/docs/latest/get-started/) is a single-threaded process to provide speed and simplicity. A single Redis process is bound by the CPU core that it is running on and available memory on the server.