class ActiveSupport::Cache::RedisCacheStore

def stats

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