From 22f2dc3181c215356b9ec76598651f30c40d40ee Mon Sep 17 00:00:00 2001 From: brycenichols <140551331+brycenichols@users.noreply.github.com> Date: Sun, 22 Feb 2026 23:49:27 -0500 Subject: [PATCH] fix typo Reids -> Redis in readwrite subcommand summary --- src/commands/readwrite.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/commands/readwrite.json b/src/commands/readwrite.json index 440dd596b..eb3a0e622 100644 --- a/src/commands/readwrite.json +++ b/src/commands/readwrite.json @@ -1,6 +1,6 @@ { "READWRITE": { - "summary": "Enables read-write queries for a connection to a Reids Cluster replica node.", + "summary": "Enables read-write queries for a connection to a Redis Cluster replica node.", "complexity": "O(1)", "group": "cluster", "since": "3.0.0",