I am trying to do monitoring redis database. I'm using telegraf, influxdb and grafana to monitor it. now, I want to check number and type of commands which are pending to process. I check this page here, Redis commands queue size. It helped alot, but I hope I can get more information, like number and type of commands as I write. is there any way to check it?
Asked
Active
Viewed 124 times
1 Answers
0
I found out that there are some commands start with 'X' at redis client https://redis.io/commands
I think this is what I want, so i'm looking at it now

injin
- 11
- 2
-
NO. Command starts with `X` are related to Redis Stream. It has nothing to do with your problem. – for_stack Jul 22 '20 at 11:14