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
Lettuce supports multiple URI schemes (redis-sentinel://, redis-socket://, …). It would make sense to provide a factory method on LettuceConnectionFactory that takes, RedisURI or URI and returns a properly configured RedisConfiguration object for easier configuration of the connection factory.
The text was updated successfully, but these errors were encountered:
Lettuce supports multiple URI schemes (
redis-sentinel://
,redis-socket://
, …). It would make sense to provide a factory method onLettuceConnectionFactory
that takes,RedisURI
orURI
and returns a properly configuredRedisConfiguration
object for easier configuration of the connection factory.The text was updated successfully, but these errors were encountered: