AdamM Can't you use the latest version? I see this is 6.0.16 which was released on 04-Oct-2021
We install the Ubuntu apt package for Redis which is different depending whether you're using PHP version you're using, it's currently 20.04 for PHP <= 8.0 and 22.04 for PHP > 8.0. It's possible in future we could build Ubuntu packages with later versions if that's something people require.
AdamM "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?
The PHP containers have their own network namespace which I believe has separate kernel network parameters. There is no way you are going to be making 4096 connections to Redis from a single website, this isn't something to worry about.