mirror of
https://github.com/fluencelabs/redis
synced 2025-03-19 17:10:50 +00:00
renamed RedisModule_ReplyWithNull to RM_ReplyWithNull to fix compilation
This commit is contained in:
parent
2967c00c2c
commit
ae5cb3f7d5
@ -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