resp协议实现和使用hiredis进行测试
This commit is contained in:
@@ -34,7 +34,14 @@ typedef struct {
|
||||
int master_port; // slave 才需要
|
||||
|
||||
LogLevel log_level;
|
||||
|
||||
PersistenceType persistence;
|
||||
char persist_dir[256];
|
||||
char oplog_file[256];
|
||||
char array_file[256];
|
||||
char rbtree_file[256];
|
||||
char hash_file[256];
|
||||
|
||||
AllocatorType allocator;
|
||||
} AppConfig;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user