使用两个cmd命令窗口打开 (有时候使用cmd命令无法切换 指定路径 使用[ cd /d E:/xxx ] 即可)
redis服务端启动命令
redis-server.exe redis.windows.conf
redis客户端启动命令
redis-cli.exe -h 127.0.0.1 -p 6379