mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 08:56:36 +02:00
MDL-57659 cache: Set default serializer to SERIALIZER_PHP
This commit is contained in:
parent
d97582fd27
commit
464a79ba6d
1 changed files with 1 additions and 1 deletions
2
cache/stores/redis/settings.php
vendored
2
cache/stores/redis/settings.php
vendored
|
@ -47,7 +47,7 @@ if (class_exists('Redis')) { // Only if Redis is available.
|
|||
'cachestore_redis/test_serializer',
|
||||
get_string('test_serializer', 'cachestore_redis'),
|
||||
get_string('test_serializer_desc', 'cachestore_redis'),
|
||||
0,
|
||||
Redis::SERIALIZER_PHP,
|
||||
$options
|
||||
)
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue