Home
last modified time | relevance | path

Searched refs:replyWithStatus (Results 1 – 1 of 1) sorted by relevance

/f-stack/app/redis-5.0.5/src/
H A Dmodule.c1124 int replyWithStatus(RedisModuleCtx *ctx, const char *msg, char *prefix) { in replyWithStatus() function
1149 return replyWithStatus(ctx,err,"-"); in RM_ReplyWithError()
1158 return replyWithStatus(ctx,msg,"+"); in RM_ReplyWithSimpleString()