Redis windows版安装,启动配置【kaki学习备忘录】

1.下载:

参考站内文章:https://download.csdn.net/blog/column/10939729/115372992

下载地址:https://github.com/microsoftarchive/redis

2.启动:

redis-server.exe redis.windows.conf

参考站内文章:【Redis】Redis启动报错解决 Warning: no config file specified, using the default config. In order to spec-CSDN博客

当上述语句失败后,

在命令行中依次运行 redis-cli.exe 、 shutdown、 exit,如下图

重新运行redis-server.exe redis.windows.conf,执行成功

相关推荐
西岸行者4 天前
学习笔记:SKILLS 能帮助更好的vibe coding
笔记·学习
悠哉悠哉愿意4 天前
【单片机学习笔记】串口、超声波、NE555的同时使用
笔记·单片机·学习
别催小唐敲代码4 天前
嵌入式学习路线
学习
毛小茛4 天前
计算机系统概论——校验码
学习
babe小鑫4 天前
大专经济信息管理专业学习数据分析的必要性
学习·数据挖掘·数据分析
winfreedoms4 天前
ROS2知识大白话
笔记·学习·ros2
在这habit之下4 天前
Linux Virtual Server(LVS)学习总结
linux·学习·lvs
我想我不够好。4 天前
2026.2.25监控学习
学习
im_AMBER4 天前
Leetcode 127 删除有序数组中的重复项 | 删除有序数组中的重复项 II
数据结构·学习·算法·leetcode
CodeJourney_J4 天前
从“Hello World“ 开始 C++
c语言·c++·学习