Hi,
Trying to use Redis with one site, and for some reason it reports the following:
3:C 30 Oct 2024 19:02:19.698 # oO0OoO0OoO0Oo Redis is starting oO0OoO0OoO0Oo
3:C 30 Oct 2024 19:02:19.698 # Redis version=6.0.16, bits=64, commit=00000000, modified=0, pid=3, just started
3:C 30 Oct 2024 19:02:19.698 # Configuration loaded
3:M 30 Oct 2024 19:02:19.698 * Increased maximum number of open files to 10032 (it was originally set to 1024).
3:M 30 Oct 2024 19:02:19.699 * Running mode=standalone, port=6379.
3:M 30 Oct 2024 19:02:19.699 # Server initialized
3:M 30 Oct 2024 19:02:19.699 # 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 30 Oct 2024 19:02:19.699 # Can't handle RDB format version 10
3:M 30 Oct 2024 19:02:19.699 # Fatal error loading the DB: Invalid argument. Exiting.