缓存业务层适配redis cluster读取文件的接口。

This commit is contained in:
zhengchao
2018-12-21 13:16:36 +06:00
parent 9430f699df
commit 4a1b4adf35
3 changed files with 67 additions and 48 deletions

View File

@@ -539,7 +539,7 @@ struct pangu_http_ctx
struct tfe_http_half* cache_revalidate_req;
struct tfe_http_half* cached_response;
size_t cache_result_declared_sz, cache_result_actual_sz;
struct cache_update_context* cache_update_ctx;
struct cache_write_context* cache_update_ctx;
int thread_id;
};