Actions
Issue #6931
closedAs a user I want to use Unix Domain Socket UDS) when appropriate (Redis)
Status:
CLOSED - CURRENTRELEASE
Priority:
Normal
Assignee:
Category:
Installer - Moved to GitHub issues
Sprint/Milestone:
Start date:
Due date:
Estimated time:
Severity:
2. Medium
Version:
Platform Release:
OS:
Triaged:
Yes
Groomed:
No
Sprint Candidate:
No
Tags:
Sprint:
Sprint 75
Quarter:
Actions
pulp_redis: Allow to configure Unix Domain Socket
This commit ensures one can configure redis so it listens to unix domain socket (if wanted) rather than forcing it to listen on TCP socket.
Benefits of this commit has been higlighted in previous PR[1].
Also, this commit introduces
pulp_redis_bind
to offer an expected experience for people usingpulp/pulp_installer
when it comes to configure network services (ie.pulp_api_bind
,pulp_content_bind
).fixes #6931
[1] https://github.com/pulp/pulp_installer/pull/322