Aliysa_Enhance
Okay, these are my first thoughts.
Can't you use the latest version? I see this is 6.0.16 which was released on 04-Oct-2021
I've made some changes to redis.conf and I'm getting these logs
3:C 18 Aug 2023 13:18:49.979 # oO0OoO0OoO0Oo Redis is starting oO0OoO0OoO0Oo
3:C 18 Aug 2023 13:18:49.979 # Redis version=6.0.16, bits=64, commit=00000000, modified=0, pid=3, just started
3:C 18 Aug 2023 13:18:49.979 # Configuration loaded
3:M 18 Aug 2023 13:18:49.980 * Increased maximum number of open files to 20032 (it was originally set to 1024).
3:M 18 Aug 2023 13:18:49.980 * Running mode=standalone, port=6379.
3:M 18 Aug 2023 13:18:49.980 # WARNING: The TCP backlog setting of 65536 cannot be enforced because /proc/sys/net/core/somaxconn is set to the lower value of 4096.
3:M 18 Aug 2023 13:18:49.980 # Server initialized
3:M 18 Aug 2023 13:18:49.980 # WARNING overcommit_memory is set to 0! Background save may fail under low memory condition. To fix this issue add 'vm.overcommit_memory = 1' to /etc/sysctl.conf and then reboot or run the command 'sysctl vm.overcommit_memory=1' for this to take effect.
3:M 18 Aug 2023 13:18:49.980 * Ready to accept connections
"The TCP backlog setting of 65536 cannot be enforced because /proc/sys/net/core/somaxconn is set to the lower value of 4096."
This is not true, on my server it is 1048576 which is much more and there is a problem with setting it.
What could it be caused by?