Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support redis-socket:// URLs when configuring a Redis client #22273

Closed
scottfrederick opened this issue Jul 8, 2020 · 1 comment
Closed

Support redis-socket:// URLs when configuring a Redis client #22273

scottfrederick opened this issue Jul 8, 2020 · 1 comment
Labels
status: superseded An issue that has been superseded by another

Comments

@scottfrederick
Copy link
Contributor

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 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.

@scottfrederick scottfrederick added type: enhancement A general enhancement status: waiting-for-triage An issue we've not yet triaged labels Jul 8, 2020
@snicoll snicoll removed the type: enhancement A general enhancement label Dec 11, 2020
@snicoll
Copy link
Member

snicoll commented Sep 5, 2021

Closing in favor of PR #27373

@snicoll snicoll closed this as completed Sep 5, 2021
@snicoll snicoll added status: superseded An issue that has been superseded by another and removed status: waiting-for-triage An issue we've not yet triaged labels Sep 5, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status: superseded An issue that has been superseded by another
Projects
None yet
Development

No branches or pull requests

2 participants