Fundraising/Cluster/Redis

From Wikitech

Overview

Performance Tracking (Formally on main page)

In addition to using graphana the command to monitor Redis cache misses is below - but note you can avoid putting the password on the command line by using `auth` once 'in' redis. You then type `monitor` as a separate command

redis-cli  -a 'password' monitor

The password is in civicrm.settings.php as CIVICRM_DB_CACHE_PASSWORD