提交 0f49d6b0 编写于 作者: A antirez

minor aesthetic change

上级 bb8716b6
#include "redis.h" #include "redis.h"
/*-----------------------------------------------------------------------------
* Pubsub low level API
*----------------------------------------------------------------------------*/
void freePubsubPattern(void *p) { void freePubsubPattern(void *p) {
pubsubPattern *pat = p; pubsubPattern *pat = p;
...@@ -215,6 +219,10 @@ int pubsubPublishMessage(robj *channel, robj *message) { ...@@ -215,6 +219,10 @@ int pubsubPublishMessage(robj *channel, robj *message) {
return receivers; return receivers;
} }
/*-----------------------------------------------------------------------------
* Pubsub commands implementation
*----------------------------------------------------------------------------*/
void subscribeCommand(redisClient *c) { void subscribeCommand(redisClient *c) {
int j; int j;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册