redis-cli -h 127.0.0.1 -n 10 keys "name:*" | xargs redis-cli -h 127.0.0.1 -n 10 del

 

相关文章: