class Redis

def bgrewriteaof

Asynchronously rewrite the append-only file.
def bgrewriteaof
  synchronize do
    @client.call(:bgrewriteaof)
  end
end