We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e129d10 commit 72c0e7bCopy full SHA for 72c0e7b
docs/clustering.md
@@ -43,7 +43,7 @@ const value = await cluster.get('key');
43
44
## Node Address Map
45
46
-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.
47
This is a mapping of addresses and ports, with the values being the accessible address/port combination. Example:
48
49
```javascript
0 commit comments