diff --git a/src/module.c b/src/module.c index b1269b986da3cfb16ae7c75e135872049dc5564e..1da75110248e512ca1886710c7908f22cafa02e0 100644 --- a/src/module.c +++ b/src/module.c @@ -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; }