DXP BLOG
首页
  • JDk
  • Spring系列
  • 微服务
  • Json
  • Netty
  • Bug
  • Mysql
  • Postgresql
  • 达梦
  • activemq
  • rabbitmq
  • rocketmq
  • redis
  • Vue
  • React
  • Angular
  • Javascript
  • Typescript
linux
  • 协议
  • 加解密
  • 分类
  • 标签
  • 归档
Gitee (opens new window)

董新平

一个普普通通的代码程序猿
首页
  • JDk
  • Spring系列
  • 微服务
  • Json
  • Netty
  • Bug
  • Mysql
  • Postgresql
  • 达梦
  • activemq
  • rabbitmq
  • rocketmq
  • redis
  • Vue
  • React
  • Angular
  • Javascript
  • Typescript
linux
  • 协议
  • 加解密
  • 分类
  • 标签
  • 归档
Gitee (opens new window)
  • Redis

    • Redis基础
    • Windows下Redis安装
      • 1. 下载windows版本Redis
      • 启动
        • 前台启动
        • 后台启动
      • 其它操作命令
    • 编译安装Redis
    • Redis数据类型
  • 中间件
  • Redis
dongxinping
2023-11-16
目录

Windows下Redis安装

# Redis安装

在windows下安装redis

# 1. 下载windows版本Redis

windows下的redis只有社区版本, 下载地址.

github下载连接 (opens new window)

# 启动

# 前台启动

redis-server.exe redis.windows.conf
1

# 后台启动

注册为windows服务.

redis-server.exe --service-install redis.windows.conf
1

# 其它操作命令


# 安装服务
redis-server.exe --service-install redis.windows.conf
# 卸载服务
redis-server --service-uninstall

# 开启服务
redis-server --service-start

# 停止服务
redis-server --service-stop
1
2
3
4
5
6
7
8
9
10
11
#安装基础
上次更新: 2023/11/16, 17:39:11
Redis基础
编译安装Redis

← Redis基础 编译安装Redis→

最近更新
01
Redis数据类型
01-20
02
Atomic
12-27
03
编译安装Redis
12-27
更多文章>
dongxinping | Copyright © 2022-2024 Dongxinping | MIT License
  • 跟随系统
  • 浅色模式
  • 深色模式
  • 阅读模式