Redis模式支持从特定配置版本开始初始化,可通过MAAT_OPT_LOAD_SPECIFIC_VERSION参数设置。

This commit is contained in:
zhengchao
2018-06-03 20:31:22 +08:00
parent a751eab6bb
commit 613be3c03f
6 changed files with 245 additions and 95 deletions

View File

@@ -1,5 +1,6 @@
#ifndef __MAP_STR2INT_H_INCLUDE_
#define __MAP_STR2INT_H_INCLUDE_
#include <MESA/MESA_htable.h>
MESA_htable_handle map_create(void);
void map_destroy(MESA_htable_handle p);
int map_register(MESA_htable_handle handle,const char* string,int value);