class method
self.build_redis_client
Ruby on Rails 7.0.10
Since v5.2.8.1 PrivateSignature
self.build_redis_client(**redis_options)
No documentation comment.
Parameters
-
redis_optionskeyrest
Source
# File activesupport/lib/active_support/cache/redis_cache_store.rb, line 114
def build_redis_client(**redis_options)
::Redis.new(DEFAULT_REDIS_OPTIONS.merge(redis_options))
end
Defined in activesupport/lib/active_support/cache/redis_cache_store.rb line 114
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActiveSupport::Cache::RedisCacheStore