mirror of
https://github.com/fluencelabs/redis
synced 2025-06-23 05:51:34 +00:00
Redis 2.6 branch obtained from unstable removing all the cluster related code.
This commit is contained in:
@ -263,6 +263,5 @@ void punsubscribeCommand(redisClient *c) {
|
||||
|
||||
void publishCommand(redisClient *c) {
|
||||
int receivers = pubsubPublishMessage(c->argv[1],c->argv[2]);
|
||||
if (server.cluster_enabled) clusterPropagatePublish(c->argv[1],c->argv[2]);
|
||||
addReplyLongLong(c,receivers);
|
||||
}
|
||||
|
Reference in New Issue
Block a user