redis安装配置 2018-1-11 11:48 | 1,989 | 0 | IT运维 84 字 | 1 分钟内 1、Window 下安装 下载地址:https://github.com/MSOpenTech/redis/releases。 2、配置redis.windows.conf bind 127.0.0.1 port 9011 3、启动 redis-server.exe redis.windows.conf 4、添加密码 可以通过以下命令查看是否设置了… redis