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