# File lib/redis.rb, line 149
  def bgrewriteaof
    synchronize do
      @client.call [:bgrewriteaof]
    end
  end