1. 程式人生 > >批量刪除redis key

批量刪除redis key

yum install  redis  -y 

redis-cli -h redis內網地址 -a 連線redis密碼 keys "key:*" | xargs redis-cli -h redis內網地址 -a