# File lib/redis/rack/connection.rb, line 26
      def pool
        @pool ||= ConnectionPool.new(pool_options) { store } if pooled?
      end