提供maat_redis_tool,支持导出redis中的配置。

This commit is contained in:
zhengchao
2017-10-02 20:19:01 +08:00
parent ba5781158b
commit 6a4aa9d4f6
8 changed files with 212 additions and 5 deletions

View File

@@ -1,2 +1,6 @@
#ifndef H_MAAT_JSON2IRIS_H_INCLUDE
#define H_MAAT_JSON2IRIS_H_INCLUDE
int json2iris(const char* json_file,const char*compile_tn,const char* group_tn,char* iris_dir_buf,int buf_len,void* logger);
int set_file_rulenum(const char* path,int rulenum,void* logger);
#endif