avatar
童琦杰
  1. Windows下Redis安装 下载地址: https://github.com/MicrosoftArchive/redis/releases Redis配置文件redis.windows.conf 修改监听地址为: 127.0.0.1 //codefile: redis.windows.conf bind 127.0.0.1 安装Redis Windows Service redis-server --service-install redis.windows.conf 卸载Redis Windows Service redis-server --service-uninstall
© 2015-2022 tongqijie.com 版权所有沪ICP备17000682号