From 9fb9c07ec75da058d97dda026b1b3fd836869d5b Mon Sep 17 00:00:00 2001 From: Sharuzzaman Ahmat Raslan Date: Sun, 29 Dec 2024 01:34:16 +0800 Subject: [PATCH] fix small typo in overview.md (#898) fix small typo primaruy -> primary in overview.md --- website/docs/cluster/overview.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/cluster/overview.md b/website/docs/cluster/overview.md index c1a2c56fc7..966a072665 100644 --- a/website/docs/cluster/overview.md +++ b/website/docs/cluster/overview.md @@ -32,7 +32,7 @@ and responds in one of the following ways: - If the slot is owned by the receiving node, it performs the actual operation as expected from standalone Garnet. - If the slot is owned by the another node, it responds with -MOVED \ \ \ -- If the receiving node is a replica, it will serve only read requests to the slots owned by its primaruy and redirect any write requests to the primary using -MOVED message. +- If the receiving node is a replica, it will serve only read requests to the slots owned by its primary and redirect any write requests to the primary using -MOVED message. - If the slot is owned by the receiving node and that slot is migrating then: - If the key exists, then read requests are served as normal while write requests return -MIGRATING. - If the key does not exist, then read and write requests return -ASK \ \ \.