From 72c0e7bf6702db64ecfde8c2acf226657197eea8 Mon Sep 17 00:00:00 2001 From: Simon Prickett Date: Wed, 26 Oct 2022 20:29:34 +0100 Subject: [PATCH] Fixed redis -> Redis in a couple places. (#2279) --- docs/clustering.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/clustering.md b/docs/clustering.md index b1b5b82021..26acfa0a79 100644 --- a/docs/clustering.md +++ b/docs/clustering.md @@ -43,7 +43,7 @@ const value = await cluster.get('key'); ## Node Address Map -A node address map is required when a redis cluster is configured with addresses that are inaccessible by the machine running the redis client. +A node address map is required when a Redis cluster is configured with addresses that are inaccessible by the machine running the Redis client. This is a mapping of addresses and ports, with the values being the accessible address/port combination. Example: ```javascript