Merge pull request #3196 from ytake/develop
fixed MemcachedConnector Illegal string offset 'host'
This commit is contained in:
commit
3cfe2a0c85
|
@ -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
|
||||
],
|
||||
],
|
||||
],
|
||||
|
||||
|
|
Loading…
Reference in New Issue