CONFIG GET dir
CONFIG GET dbfilename
config set dir /opt/redis
CONFIG set dbfilename dump.rdb
在redis.conf最后面追加
# 禁用 FLUSHDB 命令
rename-command FLUSHDB "...
CentOS系统运行时/var/log/cron频繁输出FAILED to authorize user with PAM (Module is unknown)错误
重启下定时任务 /etc/init.d/crond restart
重启下系统日志服务/etc/init.d/rsyslog restart
再次查看日志tail -f /...
nginx的error日志出现2024/11/01 06:28:03 [error] 17113#0: *823738 upstream sent too big header while reading response header from upstream, client:解决办法,在nginx.conf里对应...