# File lib/rack/session/redis.rb, line 78
      def with(&block)
        @conn.with(&block)
      end