'servers' => array( // array of servers and portnumbers that run the memcached service
'default' => array('host' => '127.0.0.1', 'port' => 11211, 'weight' => 100)
),
instead of
'servers' => array( // array of servers and portnumbers that run the memcached service
array('host' => '127.0.0.1', 'port' => 11211, 'weight' => 100)
),
It looks like you're new here. If you want to get involved, click one of these buttons!