# File lib/redis.rb, line 244
  def slaveof(host, port)
    synchronize do |client|
      client.call [:slaveof, host, port]
    end
  end