1.Redis批量删除
redis-cli -h 192.168.10.21 -p 6379 -a 123456 keys "login_p*" | xargs redis-cli -h 192.168.10.21 -p 6379 -a 123456 del