method

build_redis_client

rails latest stable - Class: ActiveSupport::Cache::RedisCacheStore
build_redis_client(**redis_options)
private

No documentation available.

# File activesupport/lib/active_support/cache/redis_cache_store.rb, line 104
          def build_redis_client(**redis_options)
            ::Redis.new(DEFAULT_REDIS_OPTIONS.merge(redis_options))
          end