9 lines
155 B
C
9 lines
155 B
C
|
#ifndef __REDIS_MQ__
|
||
|
#define __REDIS_MQ__
|
||
|
|
||
|
#include "redis_publisher.h"
|
||
|
#include "redis_subscriber.h"
|
||
|
|
||
|
#define REDIS_DEFAULT_PORT (6379)
|
||
|
#endif
|