Replies: 1 comment
-
Hi @stevecj, thanks for the suggestion! If you have an idea for how something other than Unix could be supported, I’d be happy to review a PR with a POC and a brief explanation of the use case it would cover. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Currently, the schema that is recognized for a Unix socket connection is "unix" but that is a terrible name for a schema. It is only useful in a context that is constrained to only refer to Redis. One would never want to use that, for instance, as a URL for Celery/Kombu where the URL can be used to specify any of several kinds of backend of which Redis is only one.
Is it possible that "unix" is also too specific. Might it also possibly refer to a Windows named pipe at some time in the future?
…so I suggest maybe "redis+socket://" where "socket" is more general than "unix", and the schema name is also distinct from Lettuce's "redis-socket://" (with a dash, not a plus) which has a different structure.
Beta Was this translation helpful? Give feedback.
All reactions