支持Head获取对象元信息操作,支持从redis获取元信息;调整内部超时检查逻辑;
This commit is contained in:
13
cache/src/tango_cache_redis.h
vendored
Normal file
13
cache/src/tango_cache_redis.h
vendored
Normal file
@@ -0,0 +1,13 @@
|
||||
#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, const char *redisip, int redis_port);
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user