修复不能使用memcache

This commit is contained in:
happykress
2015-12-31 15:35:30 +08:00
parent ab467b3b7e
commit 7abd7520b3

View File

@@ -24,7 +24,7 @@ class Memcache
'host' => '127.0.0.1',
'port' => 11211,
'expire' => 0,
'timeout' => false,
'timeout' => 1,
'persistent' => false,
'length' => 0,
];