Method: ActiveSupport::Cache::RedisCacheStore#stats
- Defined in:
- activesupport/lib/active_support/cache/redis_cache_store.rb
#stats ⇒ Object
Get info from redis servers.
298 299 300 |
# File 'activesupport/lib/active_support/cache/redis_cache_store.rb', line 298 def stats redis.then { |c| c.info } end |