You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Current code is expecting node information to not contain port but is not assigning default port to portString variable resulting in exception being thrown.
Introduce factory method overload accepting the default port so that Sentinel uses the right port.
Refine tests. Refine Javadoc.
See #2928
Original pull request: #3002
Current code is expecting node information to not contain port but is not assigning default port to portString variable resulting in exception being thrown.
spring-data-redis/src/main/java/org/springframework/data/redis/connection/RedisNode.java
Line 97 in a7d3914
The text was updated successfully, but these errors were encountered: