summaryrefslogtreecommitdiff
path: root/src/frag_redis.h
blob: b3fe1a8f62bcbaa49f3102ecc55ccf4f9fd1ded5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#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