summaryrefslogtreecommitdiff
path: root/src/modules/hellocluster.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/modules/hellocluster.c')
-rw-r--r--src/modules/hellocluster.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/hellocluster.c b/src/modules/hellocluster.c
index 75d18f3e2..da3964d04 100644
--- a/src/modules/hellocluster.c
+++ b/src/modules/hellocluster.c
@@ -69,7 +69,7 @@ int ListCommand_RedisCommand(RedisModuleCtx *ctx, RedisModuleString **argv, int
RedisModule_ReplyWithLongLong(ctx,port);
}
RedisModule_FreeClusterNodesList(ids);
- return RedisModule_ReplyWithSimpleString(ctx, "OK");
+ return REDISMODULE_OK;
}
/* Callback for message MSGTYPE_PING */