1、hiredis客户端append超过2400万后出现段错误,maat每次最多append 8K条数据。

2、修复redis中配置为空时,不能正确清空配置的bug。
This commit is contained in:
zhengchao
2017-08-24 17:39:40 +08:00
parent f5b1b08ee9
commit d223895e3d
3 changed files with 50 additions and 25 deletions

View File

@@ -28,7 +28,7 @@
#include "stream_fuzzy_hash.h"
#include "gram_index_engine.h"
int MAAT_FRAME_VERSION_2_0_20170821=1;
int MAAT_FRAME_VERSION_2_0_20170824_2=1;
const char *maat_module="MAAT Frame";
const char* CHARSET_STRING[]={"NONE","gbk","big5","unicode","utf8","bin",