Searched refs:createReplyObject (Results 1 – 1 of 1) sorted by relevance
46 static redisReply *createReplyObject(int type);63 static redisReply *createReplyObject(int type) { in createReplyObject() function106 r = createReplyObject(task->type); in createStringObject()137 r = createReplyObject(REDIS_REPLY_ARRAY); in createArrayObject()162 r = createReplyObject(REDIS_REPLY_INTEGER); in createIntegerObject()179 r = createReplyObject(REDIS_REPLY_NIL); in createNilObject()