批量删除redis key redis-cli -h 10.96.2.33 -c -p 6379 keys "bdp_forward:EVM_DFCY_VEHICLE:*" | awk '{print "\""$0"\""}' | xargs -t -n1 redis-cli -h 10.96.2.33 -c -p 6379 del