class Redis::Client

def write(command)

def write(command)
  io do
    connection.write(command)
  end
end