DeadLion opened a new pull request #6453: URL: https://github.com/apache/skywalking/pull/6453
### Fix lettuce-5.x-plugin bug <https://github.com/apache/skywalking/issues/6443> - [ ] Add a unit test to verify that the fix works. - [x] Explain briefly why the bug exists and how to fix it. noraml we could get redis node info from redisURI.host and redisURI.port ,but when redis cluster mode is sentinel ,we need to get info from redisURI.sentinels. so i add a condition when sentinelMasterId is not blank,splicing sentinels node info, finally nodeInfoString would be like masterId[ip:port,ip1:port], otherwise same with before. - [ ] If this pull request closes/resolves/fixes an existing issue, replace the issue number. Closes #<issue number>. - [x] Update the [`CHANGES` log](https://github.com/apache/skywalking/blob/master/CHANGES.md). ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
