It's well known that we are able to calculate redis hit-rate by using
redis-cli info
command(to check key_hits and key_misses).
However, these two metrics record only hits&misses in query cases(i.e., GET command) . Are there any ways to solve my problem (recoding the successful rate of all executed DEL commands)?