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