增加电量报警模块
但是只是一部分功能
This commit is contained in:
@@ -336,7 +336,7 @@ namespace Common
|
||||
CSRedisClient client = WhitchRedisSlice(SliceNo);
|
||||
client.LPush(key, obj);
|
||||
}
|
||||
public static long MaxLen = 1000000;
|
||||
public static long MaxLen = 500000;
|
||||
public static void StreamAdd(int SliceNo, string key, string Value)
|
||||
{
|
||||
try
|
||||
|
||||
Reference in New Issue
Block a user