fixed
This commit is contained in:
parent
49cbb23ac5
commit
ef6dc637dd
|
@ -50,7 +50,9 @@
|
||||||
'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
|
||||||
|
],
|
||||||
],
|
],
|
||||||
],
|
],
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue