stats()
Get info from redis servers.
# File activesupport/lib/active_support/cache/redis_cache_store.rb, line 295 def stats redis.then { |c| c.info } end