mirror of
https://github.com/fluencelabs/redis
synced 2025-03-30 22:31:03 +00:00
minor aesthetic change
This commit is contained in:
parent
bb8716b6dc
commit
0f49d6b049
@ -1,5 +1,9 @@
|
|||||||
#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) {
|
|||||||
return receivers;
|
return receivers;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/*-----------------------------------------------------------------------------
|
||||||
|
* Pubsub commands implementation
|
||||||
|
*----------------------------------------------------------------------------*/
|
||||||
|
|
||||||
void subscribeCommand(redisClient *c) {
|
void subscribeCommand(redisClient *c) {
|
||||||
int j;
|
int j;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user