一、windows下的安装
1.下载地址
https://github.com/MicrosoftArchive/redis/releases
2.安装
将下载下来的压缩文件解压,新建文件 startup.bat,文件内容为
redis-server redis.windows.conf
双击 startup.bat 即可运行redis服务端。
二、linux下的安装
三、参考资料
https://github.com/MicrosoftArchive/redis/releases
将下载下来的压缩文件解压,新建文件 startup.bat,文件内容为
redis-server redis.windows.conf
双击 startup.bat 即可运行redis服务端。