summaryrefslogtreecommitdiff
path: root/src/scripting.c
Commit message (Collapse)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 ↵antirez2011-05-111-2/+2
| | | | lua_error() call that does a long jump so never returns. Aesthetic fixes in error message.
* call the Lua hook with minor frequency. It is already enough to call it ↵antirez2011-05-111-1/+1
| | | | every 100000 istructions for near millisecond precision.
* 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