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