spring-data-redis icon indicating copy to clipboard operation
spring-data-redis copied to clipboard

RedisNode creation from bare hostname should assign default port

Open lukasz-glapinski-exa opened this issue 8 months ago • 0 comments

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

lukasz-glapinski-exa avatar Jun 15 '24 01:06 lukasz-glapinski-exa