Redis监控指标

https://www.cnblogs.com/chuyiwang/p/16412005.html

uptime:启动时间
client:当前连接数
Memory Usage:内存使用
Commands Executed /sec:每秒处理请求数
Hits /Messes per Sec: 缓存命中率
    keyspace_hits: 请求键被命中次数
    keyspace_misses: 请求键未被命中次数
Network I/O: 网络使用

expiring vs Not-expiring keys: 过期和不过期的键值

expired / evicted: 过期键/最大内存限制被移除的key的数量

command calls /sec: 每秒调用的命令数