Redis / PHP-FPM issues with Nextcloud

@jospoortvliet problem is still valid and seems to be related to the open files limit.

redis-benchmark -c 6000 -q -n 10 -t get,set
Could not connect to Redis at 127.0.0.1:6379: Can't create socket: Too many open files

Increasing the open files limit temporary resolves this issue:

ulimit -n 999999

Yet I guess there is smth wrong in the code as this issue is not only reported by me. Seen:

https://github.com/nextcloud/server/issues/6459