Skip to content
This repository was archived by the owner on Dec 28, 2024. It is now read-only.

Support redis socket url?Β #198

@sebyx07

Description

@sebyx07

Ruby supports pointing the path to the redis server,

ENV["REDIS_PATH"] ||= Rails.root.join("tmp", "redis", "redis.sock").to_s

redis_config = {
  path: ENV["REDIS_PATH"],
}

is it possible for anycable to support it as well? the use case is: have an development enviroment with docker/docker-compose, where services like postgres, redis don't polute the localhost ports, and just listen to a socket file

Metadata

Metadata

Assignees

No one assigned

    Labels

    third-partySomething is wrong with a dependency, waiting for a fix

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions