refactor: 对Redis环境做了优化,输出优化

This commit is contained in:
ZacharyZcR
2024-12-31 19:41:21 +08:00
parent 5e06a0b2b7
commit ed69e41001
6 changed files with 33 additions and 58 deletions
+3 -12
View File
@@ -1,14 +1,5 @@
# 允许远程访问
bind 0.0.0.0
# 关闭保护模式(允许外部连接)
port 6379
protected-mode no
# 不设置密码
requirepass ""
# 后台运行
daemonize no
# 关闭持久化
appendonly no
dir /data
daemonize no