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