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
Spring Data Redis has a RedisSocketConfiguration that can be used to configure a Unix domain socket connection to Redis. The Lettuce client supports domain socket configuration with URLs like redis-socket://redis/redis.sock.
If we decide to support redis-sentinel:// URLs in spring.redis.url, we might also want to support redis-socket:// URLs.
The text was updated successfully, but these errors were encountered:
This is related to #21920.
Spring Data Redis has a
RedisSocketConfiguration
that can be used to configure a Unix domain socket connection to Redis. The Lettuce client supports domain socket configuration with URLs likeredis-socket://redis/redis.sock
.If we decide to support
redis-sentinel://
URLs inspring.redis.url
, we might also want to supportredis-socket://
URLs.The text was updated successfully, but these errors were encountered: