# File lib/redis/store/factory.rb, line 38 def self.extract_host_options_from_hash(options) options = normalize_key_names(options) if host_options?(options) options else nil end end