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

 

相关文章:

  • 2022-12-23
  • 2021-11-06
  • 2022-03-02
  • 2022-12-23
  • 2022-12-23
  • 2022-01-10
猜你喜欢
  • 2022-02-23
  • 2022-12-23
  • 2022-12-23
  • 2021-09-27
  • 2022-03-05
相关资源
相似解决方案