# File lib/redis/rack/connection.rb, line 34 def pool_options { size: @options[:pool_size], timeout: @options[:pool_timeout] } end