Support redis-socket:// URLs when configuring a Redis client #22273
Labels
status: declined
A suggestion or change that we don't feel we should currently apply
type: enhancement
A general enhancement
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: