mirror of
https://github.com/fluencelabs/redis
synced 2025-03-18 16:40:50 +00:00
minor aesthetic change
This commit is contained in:
parent
bb8716b6dc
commit
0f49d6b049
@ -1,5 +1,9 @@
|
||||
#include "redis.h"
|
||||
|
||||
/*-----------------------------------------------------------------------------
|
||||
* Pubsub low level API
|
||||
*----------------------------------------------------------------------------*/
|
||||
|
||||
void freePubsubPattern(void *p) {
|
||||
pubsubPattern *pat = p;
|
||||
|
||||
@ -215,6 +219,10 @@ int pubsubPublishMessage(robj *channel, robj *message) {
|
||||
return receivers;
|
||||
}
|
||||
|
||||
/*-----------------------------------------------------------------------------
|
||||
* Pubsub commands implementation
|
||||
*----------------------------------------------------------------------------*/
|
||||
|
||||
void subscribeCommand(redisClient *c) {
|
||||
int j;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user