MDL-57659 cache: Set default serializer to SERIALIZER_PHP

This commit is contained in:
Rajesh Taneja 2017-01-16 14:35:53 +08:00
parent d97582fd27
commit 464a79ba6d
No known key found for this signature in database
GPG key ID: B363F7FB787F80E4

View file

@ -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
)
);