class RedisClient::URLConfig

def path

def path
  if @unix
    File.join(*[uri.host, uri.path].compact)
  end
end