secgateway/Platform/common/redismq/redisMq.h

9 lines
155 B
C
Raw Normal View History

2019-06-19 09:10:58 +00:00
#ifndef __REDIS_MQ__
#define __REDIS_MQ__
#include "redis_publisher.h"
#include "redis_subscriber.h"
#define REDIS_DEFAULT_PORT (6379)
#endif