avatar
童琦杰
Sep 10, 2023Technology

Redis安装

Windows下Redis安装

下载地址: https://github.com/MicrosoftArchive/redis/releases

Redis配置文件redis.windows.conf

修改监听地址为: 127.0.0.1

redis.windows.conf
bind 127.0.0.1

安装Redis Windows Service

bash
redis-server --service-install redis.windows.conf

卸载Redis Windows Service

bash
redis-server --service-uninstall
© 2015-2022 tongqijie.com 版权所有沪ICP备17000682号