Skip to content
This repository has been archived by the owner on Jan 30, 2024. It is now read-only.

pulp_redis: Allow to configure Unix Domain Socket #324

Merged
merged 1 commit into from Jun 17, 2020

Commits on Jun 10, 2020

  1. 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 using `pulp/pulp_installer` when it comes to
    configure network services (ie. `pulp_api_bind`, `pulp_content_bind`).
    
    fixes #6931
    
    [1] pulp#322
    Spredzy committed Jun 10, 2020
    Copy the full SHA
    8e91f70 View commit details
    Browse the repository at this point in the history