Hi all,
I am running Moodle 4.2.1 on Docker Swarm Cluster by using moodlehq/moodle-php-apache:8.1 based container image.
This container runs PHP 8.1 with the available serializers for Redis are: php and json only.
php -i | grep -A 4 'Redis Support'
Redis Support => enabled
Redis Version => 5.3.7
Redis Sentinel Version => 0.1
Available serializers => php, json
Expected Serializers
The available serializers for Redis are: php, json, and igbinary:
Available serializers => php, json, igbinary
What do you suggest to solve the issue?
Any helps is very much appreciated.
Thank you in advance.