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