Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/src/
H A Dmodule.c79 #define REDISMODULE_AM_REPLY 2 macro
845 case REDISMODULE_AM_REPLY: RM_FreeCallReply(ptr); break; in autoMemoryCollect()
2593 autoMemoryFreed(ctx,REDISMODULE_AM_REPLY,reply); in RM_FreeCallReply()
2826 autoMemoryAdd(ctx,REDISMODULE_AM_REPLY,reply); in RM_Call()