redis_home:redis安装路径:
cd %redis_home%/src
./redis-cli -h 127.0.0.1
redis使用redis-cli查看所有的keys及清空所有的数据
原文:https://www.cnblogs.com/jiftle/p/9534540.html