redis windows官网推荐:https://github.com/MicrosoftArchive/redis/releases
下载解压即可。

启停bat脚本

  • install
    D:\redis\redis-server.exe --service-install D:\redis\redis.windows.conf
  • start
    D:\redis\redis-server.exe --service-start
  • stop
    D:\redis\redis-server.exe --service-stop
  • uninstall
    D:\redis\redis-server.exe --service-uninstall D:\redis\redis.windows.conf

相关文章:

  • 2021-12-10
  • 2021-12-10
  • 2021-08-03
  • 2022-12-23
  • 2021-12-10
  • 2022-12-23
  • 2022-12-23
  • 2021-12-05
猜你喜欢
  • 2022-12-23
  • 2021-12-20
  • 2021-10-08
  • 2022-12-23
  • 2022-12-23
  • 2021-09-29
  • 2022-12-23
相关资源
相似解决方案