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