summaryrefslogtreecommitdiff
path: root/src/scripting.c
Commit message (Expand)AuthorAgeFilesLines
* for performance reasons only set the debug hook if the time limit is enabled.antirez2011-05-111-6/+11
* Lua max exec time fixes: redisLog() to log the event moved before the lua_err...antirez2011-05-111-2/+2
* call the Lua hook with minor frequency. It is already enough to call it every...antirez2011-05-111-1/+1
* Lua scripts max execution time -- backported from the scripting branch.antirez2011-05-111-0/+18
* Lua scripting backported from unstable to 2.2-scripting branchantirez2011-05-111-0/+387