上一篇 下一篇 分享链接 返回 返回顶部

Windows server 2016如何安装Redis

发布人:管理员 发布时间:2025-03-02 16:04 阅读量:133

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,按回车可以显示正确通道号说明服务优良程度已启动

目录结构
全文