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