Redis Windows版本安装教程

由于Redis官网不再提供最新版本的Windows安装包,但有些项目根据需要用到最新版本的。

Github仓库redis-windows提供了最新版Windows安装包下载

Redis最新版Windows安装包

https://github.com/redis-windows/redis-windows/releases

1. 命令行启动

cmd 启动
redis-server.exe redis.conf

powershell 启动
./redis-server.exe redis.conf

2. 安装服务

实现开机自启动 请以管理员身份运行,并将RedisService.exe改为您实际存放的路径
sc.exe create Redis binpath= "C:\Software\Redis\RedisService.exe" start= auto

注意:binpath=后面要有空格,目录要有双引号

出现[Sc] CreateService成功,表示创建成功

启动服务
net start Redis

停止服务
net stop Redis

卸载服务
sc.exe delete Redis

说明:亲自实验后,Redis安装服务成功并启动,但是使用Redis可视化连接却一直失败,没有找到解决方案,有合适的解决方案可以放在评论区。

Redis可视化工具

RedisDesktopManager-Windows

下载地址:https://github.com/lework/RedisDesktopManager-Windows/releases

相关推荐
树谷-胡老师1 天前
公元前3400年至公元2024年全球国家地理边界演变数据集
数据库·arcgis·信息可视化
疯狂的Alex1 天前
2010-2022 同等学力申硕国考:软件工程简答题真题汇总
数据库·oracle·软件工程
m0_748461391 天前
Spring Boot + Vue 项目中使用 Redis 分布式锁案例
vue.js·spring boot·redis
Qlittleboy1 天前
tp5的tbmember表闭包查询 openid=‘abc‘ 并且(wx_unionid=null或者wx_unionid=‘‘)
数据库·sql·php
躲在云朵里`1 天前
Spring Scheduler定时任务实战:从零掌握任务调度
java·数据库·mybatis
小白不想白a1 天前
【MySQL】常用SQL语句
数据库·sql·mysql
RestCloud1 天前
从MySQL到StarRocks:全量与增量同步的最佳实践
数据库·mysql·api
Databend1 天前
Databend 八月月报:向量检索重磅上线,性能飞跃几十倍
数据库
路弥行至1 天前
从0°到180°,STM32玩转MG996R舵机
c语言·数据库·stm32·单片机·嵌入式硬件·mcu·mongodb
软测进阶1 天前
【超详细图文教程】2025年最新Win10 系统安装 MySQL 教程
数据库·mysql