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