#ifndef  __REDIS_MQ__
#define  __REDIS_MQ__

#include "redis_publisher.h"
#include "redis_subscriber.h"

#define  REDIS_DEFAULT_PORT (6379)
#endif