摘要: for i in 123 124 125 126 do redis-cli -h 192.168.0.${i} KEYS key_prefix_:*|xargs redis-cli -h 192.168.0.1 -n 0 del done 阅读全文
posted @ 2021-07-15 20:12 浮尘微光 阅读(141) 评论(0) 推荐(0) 编辑