# File lib/redis/store/factory.rb, line 63 def self.host_options?(options) options.keys.any? { |n| [:host, :db, :port, :path].include?(n) } end