summaryrefslogtreecommitdiff
path: root/cache/src/tango_cache_redis.h
diff options
context:
space:
mode:
authorfengweihao <[email protected]>2023-12-29 14:39:03 +0800
committerfengweihao <[email protected]>2023-12-29 14:39:03 +0800
commitced991b4a0569f52fbae33aa8ce15c9d4ea6bda7 (patch)
treef28257f66772f6dcdf130d82272054dddfe6dc59 /cache/src/tango_cache_redis.h
parentb011a9268042db22cc54ca8171640dbfb2ab617c (diff)
TSG-18286 Proxy支持虚拟表表名变更,删除代理本地缓存,删除tsg-http相关配置v4.8.56-20231229
Diffstat (limited to 'cache/src/tango_cache_redis.h')
-rw-r--r--cache/src/tango_cache_redis.h21
1 files changed, 0 insertions, 21 deletions
diff --git a/cache/src/tango_cache_redis.h b/cache/src/tango_cache_redis.h
deleted file mode 100644
index 74e11e4..0000000
--- a/cache/src/tango_cache_redis.h
+++ /dev/null
@@ -1,21 +0,0 @@
-#ifndef __TANGO_CACHE_REDIS_H__
-#define __TANGO_CACHE_REDIS_H__
-
-#include <event2/event.h>
-#include <event.h>
-
-#include "tango_cache_client_in.h"
-
-int tango_cache_head_redis(struct tango_cache_ctx *ctx);
-int redis_asyn_connect_init(struct tango_cache_instance *instance);
-
-
-int tango_cache_fetch_redis(struct tango_cache_ctx *ctx);
-int tango_cache_try_fetch_redis(struct tango_cache_ctx *ctx);
-
-int redis_put_minio_object_meta(struct tango_cache_ctx *ctx, bool callback);
-int redis_put_complete_part_data(struct tango_cache_ctx *ctx, enum PUT_MEMORY_COPY_WAY way, const char *data, size_t size, bool callback);
-int redis_put_complete_part_evbuf(struct tango_cache_ctx *ctx, size_t object_size, bool callback);
-
-#endif
-