提交 ae5cb3f7 编写于 作者: D Dvir Volk 提交者: antirez

renamed RedisModule_ReplyWithNull to RM_ReplyWithNull to fix compilation

上级 2967c00c
......@@ -465,7 +465,7 @@ int RM_ReplyWithString(RedisModuleCtx *ctx, RedisModuleString *str) {
}
/* Reply with NULL. */
int RedisModule_ReplyWithNull(RedisModuleCtx *ctx) {
int RM_ReplyWithNull(RedisModuleCtx *ctx) {
addReply(ctx->client,shared.nullbulk);
return REDISMODULE_OK;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册