Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/src/
H A Dmodule.c1097 client *moduleGetReplyClient(RedisModuleCtx *ctx) { in moduleGetReplyClient() function
1115 client *c = moduleGetReplyClient(ctx); in RM_ReplyWithLongLong()
1125 client *c = moduleGetReplyClient(ctx); in replyWithStatus()
1173 client *c = moduleGetReplyClient(ctx); in RM_ReplyWithArray()
1214 client *c = moduleGetReplyClient(ctx); in RM_ReplySetArrayLength()
1238 client *c = moduleGetReplyClient(ctx); in RM_ReplyWithStringBuffer()
1248 client *c = moduleGetReplyClient(ctx); in RM_ReplyWithString()
1259 client *c = moduleGetReplyClient(ctx); in RM_ReplyWithNull()
1272 client *c = moduleGetReplyClient(ctx); in RM_ReplyWithCallReply()
1286 client *c = moduleGetReplyClient(ctx); in RM_ReplyWithDouble()