windows安装解压版redis

下载:https://github.com/MicrosoftArchive/redis/releases

 

解压:

 

  启动服务端:

./redis-server.exe redis.windows.conf

 

  启动客户端:

./redis-cli.exe -h 127.0.0.1 -p 6379