Elijah Melton
Results
2
issues of
Elijah Melton
### Description > Describe your pull request here Adds support for nodeAddressMap to sentinel client options, equivalent to [cluster's nodeAddressMap feature](https://github.com/redis/node-redis/blob/master/docs/clustering.md#node-address-map). I'd like to be able to use/test Sentinel from...
### Motivation It would be really helpful if we could map the ip/hostname sentinel responds with to a custom address for testing/proxying, like how redis cluster supports `nodeAddressMap` I can...