class Redis

def slaveof(host, port)

def slaveof(host, port)
  @client.call(:slaveof, host, port)
end