class ActiveSupport::Cache::RedisCacheStore

def stats

Get info from redis servers.
def stats
  redis.then { |c| c.info }
end