Windows server 2016如何安装Redis
Windows server 2016如何安装Redis
在Windows server 2016系统结构下如何安装redis?
1.在网站下传安装包https://github.com/microsoftarchive/redis/releases
2.打开安装包文档,进入安装界面,点击“Next”
3.勾选“I accept the terms in the License Agreement”,点击“Next”
4.选择安装路径,勾选“Add the Redis installation folder to the PATH environment
varible”,该操作过程为添加Redis目录至环境变量中,方便系统结构自动识别Redis操作过程文档,然后点击“Next”
5.服务品质通道可保持默认设置,勾选“Add an exception to the Windows
Firewall”,该操作过程为添加防火墙例外,然后点击“Next”
6.根据需要可设置最大值,然后点击“Next”
7.点击“Install”
8.安装完成后点击“Finish”
9.打开“运行”,输入cmd,点击“确定”
10.输入redis-cli,按回车可以显示正确通道号说明服务品质已启动