#include "redis.h"
+/*-----------------------------------------------------------------------------
+ * Pubsub low level API
+ *----------------------------------------------------------------------------*/
+
void freePubsubPattern(void *p) {
pubsubPattern *pat = p;
return receivers;
}
+/*-----------------------------------------------------------------------------
+ * Pubsub commands implementation
+ *----------------------------------------------------------------------------*/
+
void subscribeCommand(redisClient *c) {
int j;