Searched refs:createReplyObject (Results 1 – 1 of 1) sorted by relevance
44 static redisReply *createReplyObject(int type);61 static redisReply *createReplyObject(int type) { in createReplyObject() function101 r = createReplyObject(task->type); in createStringObject()132 r = createReplyObject(REDIS_REPLY_ARRAY); in createArrayObject()157 r = createReplyObject(REDIS_REPLY_INTEGER); in createIntegerObject()174 r = createReplyObject(REDIS_REPLY_NIL); in createNilObject()