Method: ActiveSupport::Cache::RedisCacheStore#stats

Defined in:
activesupport/lib/active_support/cache/redis_cache_store.rb

#statsObject

Get info from redis servers.



301
302
303
# File 'activesupport/lib/active_support/cache/redis_cache_store.rb', line 301

def stats
  redis.then { |c| c.info }
end