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