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