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