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
Deprecate RedisSentinelConfiguration and RedisClusterConfiguration constructors taking PropertySource in favor of a factory method.
Reformat code. Update documentation.
See #2860
Original pull request: #2861
mp911de
changed the title
RedisSentinelConfiguration properties are not complete
Extend properties for RedisSentinelConfigurationMar 1, 2024
While using the RedisSentinelConfiguration (reference: https://docs.spring.io/spring-data/redis/reference/redis/connection-modes.html#redis:sentinel), we discovered that the RedisSentinelConfiguration class has more configuration options that can be configured than the current set of properties.
In this issue, we want to extend the properties so that the RedisSentinelConfiguration can be fully configured via PropertySource.
The text was updated successfully, but these errors were encountered: