Skip to content

Commit

Permalink
Enable memcached for Doctrine
Browse files Browse the repository at this point in the history
  • Loading branch information
meezaan committed Sep 7, 2022
1 parent 90be698 commit ecf6f25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/kipchak.doctrine.php
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
'connection' => 'primary', // Name of connection from 'dbal' above to use for the ORM
'cache' => [
'enabled' => true, // Kipchak will only look at this if dev_mode = false
'store' => 'file', // file or memcached.
'store' => 'memcached', // file or memcached.
],
'cache_config' => [
'memcached' => [
Expand Down

0 comments on commit ecf6f25

Please sign in to comment.