mirror of
https://github.com/zhamao-robot/zhamao-framework.git
synced 2026-07-24 00:55:35 +08:00
update to 2.8.9, fix light cache wrong
This commit is contained in:
@@ -75,7 +75,7 @@ class LightCache
|
|||||||
} else {
|
} else {
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
$result = self::$kv_table->set((string)$k, [
|
$result = self::$kv_table->set((string) $k, [
|
||||||
'value' => $value,
|
'value' => $value,
|
||||||
'expire' => $v['expire'],
|
'expire' => $v['expire'],
|
||||||
'data_type' => $data_type,
|
'data_type' => $data_type,
|
||||||
|
|||||||
@@ -6,6 +6,7 @@ namespace ZM\Store;
|
|||||||
|
|
||||||
use Exception;
|
use Exception;
|
||||||
use Swoole\Table;
|
use Swoole\Table;
|
||||||
|
use ZM\Config\ZMConfig;
|
||||||
use ZM\Exception\LightCacheException;
|
use ZM\Exception\LightCacheException;
|
||||||
use ZM\Exception\ZMException;
|
use ZM\Exception\ZMException;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user