命令连接redis

cd到redis的bin目录

./redis-cli -h 127.0.0.1 -p 6379

输入info,看是否要验证

清空所有key

FLUSHALL
原文地址:https://www.cnblogs.com/suruozhong/p/11712399.html