当前位置: 首页 > news >正文

Redis-7.4.3-Windows-x64下载安装使用

  1. Redis软件包下载地址链接:https://github.com/redis-windows/redis-windows/releases
    在这里插入图片描述

  2. 检查或者修改配置文件redis.conf:

    #如果允许外部其他主机访问本机redis,设置成:bind 0.0.0.0
    bind 127.0.0.1
    protected-mode yes
    #设置端口号,尽量不要用默认6379
    port 6379
    #设置登陆密码
    requirepass 12363dyw!#
  3. 配置redis系统环境变量:

    在这里插入图片描述

  4. 安装redis服务:
    在redis解压文件目录下运行install_redis_service.bat服务安装脚本,脚本运行后会弹出cmd命令提示框,进行如下操作安装:

    1.Please enter the redis installation path
    The default is the current path: D:\softwaretools\redis-7.4.3\
    If you don't want to modify it, press Enter# 此处会提示输入redis安装路径,默认路径是上方提示的:D:\softwaretools\redis-7.4.3\
    Installation Path:2.Please enter the redis configuration file path
    The default is the current path: D:\softwaretools\redis-7.4.3\redis.conf
    Must be an absolute path
    If you don't want to modify it, press Enter# 提示输入redis的配置文件路径,默认路径是:D:\softwaretools\redis-7.4.3\redis.conf
    Configuration file Path:Installation Path: D:\softwaretools\redis-7.4.3\
    Configuration file Path: D:\softwaretools\redis-7.4.3\\redis.conf
    # 确认上方配置路径没问题后回车键继续即可
    请按任意键继续. . .
    [SC] CreateService 成功
    Redis 服务正在启动 .
    Redis 服务已经启动成功。请按任意键继续. . .
  5. 服务注册安装完后,启动服务:

    在这里插入图片描述

  6. 客户端连接测试:客户端下载链接

    在这里插入图片描述

http://www.lqws.cn/news/589897.html

相关文章:

  • 时空数据挖掘五大革新方向详解篇!
  • 我认知的AI宇宙系列第三期
  • 强化学习概述及学习流程
  • 3D词云图
  • 虚拟机配置过程中的知识点
  • shardingsphere5.2.1与SpringBoot3.X的版本冲突问题
  • 华为云Flexus+DeepSeek征文 | ​​华为云ModelArts Studio大模型与企业AI会议纪要场景的对接方案
  • 具身智能环境的构建和工作(具身智能入门四)
  • Oracle 进阶语法实战:从多维分析到数据清洗的深度应用​(第四课)
  • 贪心算法在C++中的应用与实践
  • Monorepo+Pnpm+Turborepo
  • 数据结构:链表
  • 认识 Spring AI
  • 华为云Flexus+DeepSeek征文|基于华为云Flexus云服务的Dify 快速构建联网搜索助手
  • Zookeeper安装使用教程
  • 产品背景知识——API、SDK、Library、Framework、Protocol
  • guava限流器RateLimiter源码详解
  • SpringBoot -- 自动配置原理
  • 基于Python的GIS-RS多源数据处理(TIF/SHP/NC/...)【20250630】
  • P1967 [NOIP 2013 提高组] 货车运输
  • Spring生态:云原生与AI的革新突破
  • C++ 快速回顾(五)
  • 编程新手之环境搭建:node python
  • Excel转pdf实现动态数据绑定
  • 「Java案例」计算矩形面积
  • Linux随记(十九)
  • python+uniapp基于微信小程序的食堂菜品查询系统
  • [springboot系列] 探秘JUnit 5: Java单元测试利器
  • Spring 依赖注入:官方推荐方式及最佳实践
  • hono+postgresql+CURD