silverstripe-framework/docs/en
Stuart d6cb2419b8 Correct Memcached config in example
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' => ''
	)
)
2015-07-11 23:18:18 +12:00
..
_images Tutorials review and update image path 2014-12-15 09:12:48 +13:00
00_Getting_Started Typo. 2015-07-08 14:40:42 +12:00
01_Tutorials Update index.md 2015-06-15 14:46:07 +12:00
02_Developer_Guides Correct Memcached config in example 2015-07-11 23:18:18 +12:00
03_Upgrading Model guide documentation 2014-12-15 09:12:47 +13:00
04_Changelogs Update index.md 2015-06-18 19:40:04 +12:00
05_Contributing DOCS Contributing code cleanup 2015-06-28 13:19:04 -07:00
index.md add new lessons 9, 10 2015-02-13 00:48:05 +13:00