日常 Redis 操作命令 – 删除 “xxx” 开头的 key 数据: ./redis-cli -p port-a pwd KEYS “xxx*”|xargs ./redis-cli -p port -a pwd DEL