Home
last modified time | relevance | path

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

/redis-3.2.3/src/
H A Dscripting.c366 char *recursion_warning = in luaRedisGenericCommand() local
369 serverLog(LL_WARNING,"%s",recursion_warning); in luaRedisGenericCommand()
370 luaPushError(lua,recursion_warning); in luaRedisGenericCommand()