This repository has been archived on 2025-09-14. You can view files and clone it, but cannot push or open issues or pull requests.
Files
av-frag-rssb/src/frag_redis.h
2018-09-29 14:57:32 +08:00

16 lines
263 B
C

#ifndef _FRAG_REDIS_H
#define _FRAG_REDIS_H
#ifdef __cplusplus
extern "C" {
#endif
int redis_excute_command(int thread_seq, void* logger, redisReply** reply, char* cmmd, int argc, const char **argv, const size_t *argvlen);
#ifdef __cplusplus
}
#endif
#endif