This commit is contained in:
yuuki takezawa
2014-12-21 14:32:27 +09:00
parent 49cbb23ac5
commit ef6dc637dd

View File

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