Skip to content

Commit 72c0e7b

Browse files
author
Simon Prickett
authored
Fixed redis -> Redis in a couple places. (#2279)
1 parent e129d10 commit 72c0e7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/clustering.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ const value = await cluster.get('key');
4343

4444
## Node Address Map
4545

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.
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.
4747
This is a mapping of addresses and ports, with the values being the accessible address/port combination. Example:
4848

4949
```javascript

0 commit comments

Comments
 (0)