Commit ef6dc637 authored by yuuki takezawa's avatar yuuki takezawa

fixed

parent 49cbb23a
...@@ -50,9 +50,11 @@ return [ ...@@ -50,9 +50,11 @@ return [
'memcached' => [ 'memcached' => [
'driver' => 'memcached', 'driver' => 'memcached',
'servers' => [ 'servers' => [
[
'host' => '127.0.0.1', 'port' => 11211, 'weight' => 100 'host' => '127.0.0.1', 'port' => 11211, 'weight' => 100
], ],
], ],
],
'redis' => [ 'redis' => [
'driver' => 'redis', 'driver' => 'redis',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment