Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/src/
H A Dmodule.c190 #define REDISMODULE_REPLYFLAG_NESTED (1<<1) /* Nested reply object. No proto macro
2548 ele->flags = REDISMODULE_REPLYFLAG_NESTED | in moduleParseCallReply_Array()
2565 if (!freenested && reply->flags & REDISMODULE_REPLYFLAG_NESTED) return; in RM_FreeCallReply_Rec()
2580 if (!(reply->flags & REDISMODULE_REPLYFLAG_NESTED)) { in RM_FreeCallReply_Rec()