renamed RedisModule_ReplyWithNull to RM_ReplyWithNull to fix compilation
This commit is contained in:
parent
73c12d9faa
commit
e5058b25f9
@ -465,7 +465,7 @@ int RM_ReplyWithString(RedisModuleCtx *ctx, RedisModuleString *str) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/* Reply with NULL. */
|
/* Reply with NULL. */
|
||||||
int RedisModule_ReplyWithNull(RedisModuleCtx *ctx) {
|
int RM_ReplyWithNull(RedisModuleCtx *ctx) {
|
||||||
addReply(ctx->client,shared.nullbulk);
|
addReply(ctx->client,shared.nullbulk);
|
||||||
return REDISMODULE_OK;
|
return REDISMODULE_OK;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user