1.去github上下载最新的项目源码https://github.com/MSOpenTech/redis

2.打开项目文件redis-3.0\msvs\RedisServer.sln 编译所有项目

3.将编译好的exe及config文件组合成Redis服务端:

windows下部署Redis

redis.windows.conf文件在redis-3.0\msvs\setups\documentation目录下可以找到

4.命令行切换到指定redisServer目录执行 redis-server --service-install redis.windows.conf   即可将redis注册成windows服务

5.redis.windows.conf中的配置可参考文档

6.桌面管理工具:https://redisdesktop.com/download

相关文章:

  • 2021-07-07
  • 2022-12-23
  • 2022-12-23
  • 2021-11-03
  • 2022-03-04
  • 2021-07-18
  • 2022-12-23
猜你喜欢
  • 2021-06-09
  • 2021-09-01
  • 2021-07-07
  • 2022-12-23
  • 2021-07-11
  • 2021-09-14
  • 2021-07-13
相关资源
相似解决方案