Home
last modified time | relevance | path

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

/redis-3.2.3/src/
H A Dscripting.c277 void luaReplyToRedisReply(client *c, lua_State *lua) { in luaReplyToRedisReply() function
330 luaReplyToRedisReply(c, lua); in luaReplyToRedisReply()
1356 luaReplyToRedisReply(c,lua); /* Convert and consume the reply. */ in evalGenericCommand()