windows redis 安装

前端之家收集整理的这篇文章主要介绍了windows redis 安装前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。

1,redis官方下载地址:https://redis.io/download,redis 64位下载地址:https://github.com/ServiceStack/redis-windows,这里使用的是redis-64 3.0版本

3,修改redis.windows.conf文件,设置maxmemory 大小

设置redis密码

4,启动redis:先启动cmd命令,在命令行里打入

redis-server.exe redis.windows.conf

附加几个 bat 批处理脚本,请根据需要灵活配置,将redis服务加入系统服务

service-install.bat

  1. redis-server.exe--service-installredis.windows.conf--loglevelverbose
uninstall-service.bat
  1. redis-server--service-uninstall
startup.bat
  1. redis-server.exeredis.windows.conf
原文链接:https://www.f2er.com/windows/373207.html

猜你在找的Windows相关文章