windows上安装Redis的方法
发布时间:2020-07-09 05:31:38 所属栏目:Windows 来源:互联网
导读:下载 首先Redis对windows不是很友好,且官网不提供下载,只能去github上下载。地址:https://github.com/MicrosoftArchive/redis/releases 之后根据你的电脑的机器字长选择32位还是64位即可。下载下来是一个压缩包,且代码已被编译过了,故而解压后即可直接使
下载首先Redis对windows不是很友好,且官网不提供下载,只能去github上下载。地址:https://github.com/MicrosoftArchive/redis/releases 配置环境变量把redis解压所在的目录加到path即可。 使用redisdos下可以直接运行 后台运行redis的做法首先运行如下命令把redis服务注册为windows服务。 //your conf path 为redis配置文件的路径,一般使用默认即可 //也就是说只输入 redis-server --service-install 也可以 redis-server --service-install your conf path 然后启动redis服务 redis-server --service-start 停止redis服务 redis-server --service-stop 当然也可以从windows服务中卸载掉redis服务 redis-server --service-uninstall (编辑:长春站长网) 【声明】本站内容均来自网络,其相关言论仅代表作者个人观点,不代表本站立场。若无意侵犯到您的权利,请及时与联系站长删除相关内容! |
相关内容
- windows中,apache/wamp 不能正常访问thinkphp5项目
- 标签为Windows的SSH工具?
- window下使用SetUnhandledExceptionFilter捕获让程序的崩溃
- windows 安装 jdk 7和8
- 深度学习番外篇---WIN10+PyTorch0.4.0+CUDA9.1环境配置
- 如何在东芝笔记本电脑和Windows 7上使用python进行文本到语
- 如何在Windows Phone 7系列上获取屏幕尺寸?
- Windows系统下latex:texlive2018和texstudio
- windows – 在IIS下运行SVN存储库
- Windows Phone 8和Android可以通过Wifi Direct连接吗?
推荐文章
站长推荐
- winapi – 避免UAC,但使用Windows服务启动升级过
- Windows/Linux命令查看文件MD5,SHA1,SHA256 文件
- 在WPF中的所有Windows中应用按钮样式
- 逆向工程 – windows中的objdump和Dumpbin有什么
- Windows系统下latex:texlive2018和texstudio
- 替代Windows的Fsync c
- 【问题】no libsigar-amd64-winnt.dll in java.l
- cygwin – 用Cywgin启动X.
- windows-phone-7 – 谁在Windows Phone 7中设置了
- windows – 在IIS下运行SVN存储库
热点阅读
