# File lib/redis.rb, line 109
  def bgrewriteaof
    synchronize do |client|
      client.call([:bgrewriteaof])
    end
  end