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