Skip to content

Commit

Permalink
MDL-57659 cache: Set default serializer to SERIALIZER_PHP
Browse files Browse the repository at this point in the history
  • Loading branch information
Rajesh Taneja committed Jan 16, 2017
1 parent d97582f commit 464a79b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cache/stores/redis/settings.php
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
'cachestore_redis/test_serializer',
get_string('test_serializer', 'cachestore_redis'),
get_string('test_serializer_desc', 'cachestore_redis'),
0,
Redis::SERIALIZER_PHP,
$options
)
);
Expand Down

0 comments on commit 464a79b

Please sign in to comment.