spring-data-redis
spring-data-redis copied to clipboard
RedisNode creation from bare hostname should assign default port
Current code is expecting node information to not contain port but is not assigning default port to portString variable resulting in exception being thrown.
https://github.com/spring-projects/spring-data-redis/blob/a7d39147cf3f9649b0609a10fc43e5672c732193/src/main/java/org/springframework/data/redis/connection/RedisNode.java#L97