Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/src/
H A Dscripting.c373 char *recursion_warning = in luaRedisGenericCommand() local
376 serverLog(LL_WARNING,"%s",recursion_warning); in luaRedisGenericCommand()
377 luaPushError(lua,recursion_warning); in luaRedisGenericCommand()