# File lib/redis/rack/connection.rb, line 4 def initialize(options = {}) @options = options @store = options[:redis_store] @pool = options[:pool] if @pool && !@pool.is_a?(ConnectionPool) raise ArgumentError, "pool must be an instance of ConnectionPool" end end