Appearance
# redis链接 30001 端口 redis-cli -c -p 30001 # 清理节点缓存 flushall # 依次循环链接清理 30001-30003 节点,完成命令行清理redis集群缓存
这里推荐一个Redis Desktop Manager,使用Redis-Desktop-Manager工具连接redis,实现可视化操作。