valkey-io / valkey

A new project to resume development on the formerly open-source Redis project. We're calling it Valkey, since it's a twist on the key-value datastore.

Home Page:https://valkey.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[NEW] Add keyspace_hit_ratio metric in info stats

Virusuki opened this issue · comments

Regarding cache hits and misses, you can check them through the info stats command in valkey.
There is keyspace_hits(cache hit) and keyspace_misses(cache miss) information, but there is no keyspace_hit_ratio metric.

I would like some additional comments regarding the keyspace_hit_ratio metric. Please give me feedback.

Please see #498 for details.