在终端控制台输入命令查看,例如:
./redis-cli info 按块获取信息 | grep 需要过滤的参数./redis-cli info stats | grep ops
性能监控:
redis-cli info | grep ops # 每秒操作数