@@ -2,6 +2,21 @@
后端
## redis 配置文件相关
```conf
# IP绑定与端口
bind 0.0.0.0
port 6379
# 安全设置
protected-mode yes
requirepass ""
# 从节点只能读取数据,不能直接写入数据
slaveof 192.168.114.114 6379
# 允许从节点进行读写操作
replica-read-only no
```
## 版本发布空间
\\192.168.1.205\share\release\omc
The note is not visible to the blocked user.