一、redis下载
redis官方下载地址:https://redis.io/download,redis 64位下载地址:https://github.com/ServiceStack/redis-windows,本篇文章使用的是redis-64.3.0.503版本。
二、解压redis-64.3.0.503.zip
解压后的文件结构如下:
三、修改redis.windows.conf文件
设置maxmemory 大小
设置redis密码
四、启动redis:
.\redis-server.exe .\redis.windows.conf
测试,成功安装:
五、将redis加入到windows的服务中
.\redis-server --service-install
.\redis.windows.conf --loglevel verbose
暂无评论