fixed
This commit is contained in:
parent
49cbb23ac5
commit
ef6dc637dd
|
@ -50,9 +50,11 @@
|
|||
'memcached' => [
|
||||
'driver' => 'memcached',
|
||||
'servers' => [
|
||||
[
|
||||
'host' => '127.0.0.1', 'port' => 11211, 'weight' => 100
|
||||
],
|
||||
],
|
||||
],
|
||||
|
||||
'redis' => [
|
||||
'driver' => 'redis',
|
||||
|
|
Loading…
Reference in New Issue