bin/redis-cli -h 192.168.46.151 -p 6379 keys "rulelist*" | xargs bin/redis-cli  -h 192.168.46.151 -p 6379  del

批量删除带有rulelist的缓存key

相关文章: