What is Redis change its own configurations
问题 Redis change its own config dir to /etc/cron.d and dbfile to ntp instead of default configuration. Once we restart the redis it will reset to /var/lib/redis and dump.rdb but after awhile, it gives "Failed opening the RDB file" error Default dire and rdb file has correct permission and redis only allow for internal IPs. cli output 127.0.0.1:6381> CONFIG GET dir 1) "dir" 2) "/etc/cron.d" 127.0.0.1:6381> CONFIG GET "dbfilename" 1) "dbfilename" 2) "ntp" /var/log/redis/redis-server.log 3204:M 21