mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
d6cb2419b8
Unlike Libmemcached, the Memcached backend server config must be nested inside an array() with a single key 'servers' - otherwise the default host of 127.0.0.1 is used. array( 'servers' => array( 'host' => 'localhost', 'port' => 11211, 'persistent' => true, 'weight' => 1, 'timeout' => 1, 'retry_interval' => 15, 'status' => true, 'failure_callback' => '' ) ) |
||
---|---|---|
.. | ||
00_Model | ||
01_Templates | ||
02_Controllers | ||
03_Forms | ||
04_Configuration | ||
05_Extending | ||
06_Testing | ||
07_Debugging | ||
08_Performance | ||
09_Security | ||
10_Email | ||
11_Integration | ||
12_Search | ||
13_i18n | ||
14_Files | ||
15_Customising_the_Admin_Interface | ||
16_Execution_Pipeline | ||
17_CLI | ||
18_Cookies_And_Sessions | ||
index.md |