Skip to content

Support Connection via Socket File #67

@marcuspoehls

Description

@marcuspoehls

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

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