mirror of
https://gitee.com/fastadminnet/framework.git
synced 2026-07-07 07:12:47 +08:00
修复不能使用memcache
This commit is contained in:
2
library/think/cache/driver/memcache.php
vendored
2
library/think/cache/driver/memcache.php
vendored
@@ -24,7 +24,7 @@ class Memcache
|
|||||||
'host' => '127.0.0.1',
|
'host' => '127.0.0.1',
|
||||||
'port' => 11211,
|
'port' => 11211,
|
||||||
'expire' => 0,
|
'expire' => 0,
|
||||||
'timeout' => false,
|
'timeout' => 1,
|
||||||
'persistent' => false,
|
'persistent' => false,
|
||||||
'length' => 0,
|
'length' => 0,
|
||||||
];
|
];
|
||||||
|
|||||||
Reference in New Issue
Block a user