• Oran Agra's avatar
    Add maxclients and cluster_connections to INFO CLIENTS (#7979) · a698a639
    Oran Agra authored
    Few config settings are also reflected by the INFO command.
    these are mainly ones that are important for either an instant view of
    the server status (to compare a metric to it's limit config),
    Important configurations that are necessary in the crash log (which
    currently doesn't print the config),
    And things that are important for monitoring solutions (such as
    Prometheus), which rely on INFO to collect their data.
    
    Add cluster_connections to INFO CLUSTER:
    This makes it possible to be combined together with connected_clients
    and connected_slaves and be matched against maxclients
    a698a639
server.c 198 KB