feat: chef
This commit is contained in:
@@ -5,6 +5,17 @@ namespace App\Cache\Redis\Common;
|
||||
class CommonRedisKey
|
||||
{
|
||||
/**
|
||||
* 获取系统配置列表
|
||||
* @param $pid
|
||||
* @return string
|
||||
*/
|
||||
public static function getSystemConfigList($pid): string
|
||||
{
|
||||
return '__system:config:list:' . $pid;
|
||||
}
|
||||
|
||||
/**
|
||||
* 获取系统配置
|
||||
* @return string
|
||||
*@var string $type
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user