Skip to content

Add support for Redis over Unix socket #2345

@stevecj

Description

@stevecj

Currently, there does not seem to be support for use of Redis through a Unix socket. When I attempt to specify a URI with a schema of "redis-socket", I get a key error. Looking in the code, there is apparently support for "redis", and "rediss", but no other kinds of Redis schema.

Presumably, an implementation of this would support the same "redis-socket://" form of URI that is supported by Lettuce (see https://github.com/redis/lettuce/wiki/Redis-URI-and-connection-details)

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