Skip to content

How To Enable igbinary Serializers for Redis? #182

@andisugandi

Description

@andisugandi

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
02-A-no-redis-igbinary-support-on-moodlextc

Expected Serializers

The available serializers for Redis are: php, json, and igbinary:

Available serializers => php, json, igbinary
01-A-enabled-redis-igbinary-support-on-moodlegn

What do you suggest to solve the issue?

Any helps is very much appreciated.

Thank you in advance.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions