Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | for performance reasons only set the debug hook if the time limit is enabled. | antirez | 2011-05-11 | 1 | -6/+11 |
| | |||||
* | Lua max exec time fixes: redisLog() to log the event moved before the ↵ | antirez | 2011-05-11 | 1 | -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 ↵ | antirez | 2011-05-11 | 1 | -1/+1 |
| | | | | every 100000 istructions for near millisecond precision. | ||||
* | Lua scripts max execution time -- backported from the scripting branch. | antirez | 2011-05-11 | 1 | -0/+18 |
| | |||||
* | Lua scripting backported from unstable to 2.2-scripting branch | antirez | 2011-05-11 | 1 | -0/+387 |