Ghost/ghost/adapter-cache-redis/lib
Chris Raible 22aac1abd5
Added performance metrics to redis cache purging (#19039)
no issue

Began tracking the following metrics when purging the redis cache:
1. cache_reset_scan - total time to scan the keyspace
2. cache_reset_delete - total time to delete all the matching keys
3. cache_reset - total time in ms to reset the cache
4. cache_reset_keys - total number of keys deleted

We can reduce the granularity of these alerts to reduce the load on
elastic eventually, but for now it would be nice to collect metrics at
this granularity so we can optimize the cache purging performance.
2023-11-17 00:17:16 -08:00
..
AdapterCacheRedis.js Added performance metrics to redis cache purging (#19039) 2023-11-17 00:17:16 -08:00
redis-store-factory.js Added option to share redis connections across caches 2023-09-07 13:32:00 +08:00