-
-
Notifications
You must be signed in to change notification settings - Fork 21
Closed
Description
Package version
8.0.1
Describe the bug
I’m attempting to run an Adonis application on Uberspace. The Uberspace hosting offers Redis but connections must use a sock file. Here’s a link to their Redis guide: https://lab.uberspace.de/guide_redis/
The @adonisjs/redis package currently uses a Redis configuration file that requires an object when configuring a Redis connection. I couldn’t find a connection config key that allowed me to pass a socket path for the connection. The underlying ioredis package supports socket files for connections.
Am I missing something and are socket connections already possible with this package?
Reproduction repo
No response
Metadata
Metadata
Assignees
Labels
No labels