You've already forked node-redis
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:
@ -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
|
||||
|
Reference in New Issue
Block a user