指定集群中任意一个节点,查看集群中所有节点当前已用物理内存.配置的最大物理内存和系统物理内存. 源码(可从https://github.com/eyjian/redis-tools下载): #!/bin/bash # Query the memory of all nodes in a cluster # # Output example: # $ ./query_redis_cluster.sh 192.168.0.31.21:6379 # [192.168.0.31.21:6379]…