Home
last modified time | relevance | path

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

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