I was checking the MONITOR output on a Redis cluster node. My Application is in PHP which is supposed to create new object on every request and query for CLUSTER SLOTS. I see the queries for actual data in the MONITOR output, but I don't find CLUSTER SLOTS calls at all. Whereas I have confirmed that the client actually makes this call from tcpdump. As these are time taking calls and feature frequently in the SLOWLOG too, shouldn't MONITOR track these calls too?

Comment From: l1905

hope to add CLUSTER SLOTS to MONITOR's view

Comment From: madolson

Hello, we don't log admin commands, see https://github.com/redis/redis/blob/unstable/src/server.c#L3419.