欢迎投稿

今日深度:

【Redis】手把手教你Windows中redis的下载,安装,设置及启动,把手redis

【Redis】手把手教你Windows中redis的下载,安装,设置及启动,把手redis


文章目录

          • 1、系统环境
          • 2、Redis下载
          • 3、Redis在Windows中安装
          • 4、Redis启动
          • 5、环境变量设置

1、系统环境

Windows 10 专业版
Redis 3.2.100

2、Redis下载

Windows版Redis下载地址:https://github.com/MicrosoftArchive/redis
按图下载最新版:

3、Redis在Windows中安装

1、 双击 安装包进行安装

2、同意许可协议

3、修改安装目录,安装到环境变量
4、端口号设置, 防火墙设置

5、容量大小设置

6、开始安装

7、安装过程

8、完成安装

4、Redis启动
redis-server
redis-cli


5、环境变量设置

之前没有勾选环境变量, 会导致只能在redis的安装目录中使用命令打开。为保证能在任意位置打开,建议将redis注册到环境变量。
此电脑–>属性–>高级系统设置–>环境变量(N)...–>Path–>编辑–>将redis安装路径按照格式添加过来




www.htsjk.Com true http://www.htsjk.com/redis/32348.html NewsArticle 【Redis】手把手教你Windows中redis的下载,安装,设置及启动,把手redis 文章目录 1、系统环境 2、Redis下载 3、Redis在Windows中安装 4、Redis启动 5、环境变量设置 1、系统环境 Windows 10 专业版...
相关文章
    暂无相关文章
评论暂时关闭