class Redis::Connection::Synchrony

def connect_unix(path, timeout)

def connect_unix(path, timeout)
  conn = EventMachine.connect_unix_domain(path, RedisClient)
  setup_connect_callbacks(conn, Fiber.current)
end