Skip to content

Support for SSL when connecting to Redis  #545

@hcvdwerf

Description

@hcvdwerf

I want to connect with Redis via SSL. It looks like the code doesn't support it:

class RedisPublisher(object):

For example:
ssl_connection = redis.Redis(host='localhost', port=6666, ssl=True, ssl_cert_reqs="none")

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions