Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
众所周知,我们可以通过使用 redis-cli info命令(检查 key_hits 和 key_misses)来计算 redis 命中率。
redis-cli info
但是,这两个指标仅记录查询案例中的命中和未命中(即GET命令)。有什么方法可以解决我的问题(记录所有执行的 DEL 命令的成功率)?