mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-23 01:39:02 +00:00
Update `RedisProperties` to use an actual String[] for sentinal nodes rather than a simple String. This allows us to lean on the updated binder to automatically trim the elements. Fixes gh-11029