Skip to content

Commit

Permalink
Fixed redis -> Redis in a couple places. (#2279)
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon Prickett authored Oct 26, 2022
1 parent e129d10 commit 72c0e7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/clustering.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 72c0e7b

Please sign in to comment.