1
0
mirror of https://github.com/redis/node-redis.git synced 2025-07-31 05:44:24 +03:00

Fixed redis -> Redis in a couple places. (#2279)

This commit is contained in:
Simon Prickett
2022-10-26 20:29:34 +01:00
committed by GitHub
parent e129d10952
commit 72c0e7bf67

View File

@ -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