0

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?

injin
  • 11
  • 2

1 Answers1

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