redis 通配符批量删除

redis-cli -h 192.168.3.4 -a 123456 keys user:id:* | xargs redis-cli -h 192.168.3.4 -a 123456 del

你可能感兴趣的:(redis)