This commit is contained in:
yuuki takezawa 2014-12-21 14:32:27 +09:00
parent 49cbb23ac5
commit ef6dc637dd
1 changed files with 3 additions and 1 deletions

View File

@ -50,7 +50,9 @@
'memcached' => [
'driver' => 'memcached',
'servers' => [
'host' => '127.0.0.1', 'port' => 11211, 'weight' => 100
[
'host' => '127.0.0.1', 'port' => 11211, 'weight' => 100
],
],
],