修改cache-client依赖hiredis(修改版)的CMakeList.txt,编译通过。

This commit is contained in:
zhengchao
2018-10-25 20:40:10 +08:00
parent 27d4581d9b
commit 96feddefb8
10 changed files with 51 additions and 763 deletions

View File

@@ -11,11 +11,11 @@
#include <hiredis/hiredis.h>
#include <hiredis/async.h>
#include <hiredis/adapters/libevent.h>
#include <cjson/cJSON.h>
#include "tango_cache_transfer.h"
#include "tango_cache_tools.h"
#include "tango_cache_redis.h"
#include "cJSON.h"
#define PARSE_JSON_RET_ERROR -1
#define PARSE_JSON_RET_TIMEOUT 0