Skip to content

Commit

Permalink
Adds support for connected peer nodes
Browse files Browse the repository at this point in the history
  • Loading branch information
akashdeepgoel committed Jul 9, 2024
1 parent f8c5bb7 commit f01a8ed
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ public class RedisInfoParser {
WHITE_LIST.add("total_connections_received");
WHITE_LIST.add("total_commands_processed");
WHITE_LIST.add("instantaneous_ops_per_sec");
WHITE_LIST.add("connected_slaves");
WHITE_LIST.add("rejected_connections");
WHITE_LIST.add("expired_keys");
WHITE_LIST.add("evicted_keys");
Expand Down

0 comments on commit f01a8ed

Please sign in to comment.