summaryrefslogtreecommitdiff
path: root/src/scripting.c
Commit message (Expand)AuthorAgeFilesLines
* PSYNC2: luaCreateFunction() should handle NULL client parameter.antirez2017-11-291-5/+10
* Nested MULTI/EXEC may replicate in different cases.Yossi Gottlieb2017-11-221-0/+8
* Fix lua ldb command logliangsijian2017-07-241-0/+1
* Fix abort typo in Lua debugger help screen.antirez2017-06-301-1/+1
* Set lua-time-limit default value at safe place.antirez2017-04-111-1/+0
* Merge pull request #732 from evilpacket/remove_dofileSalvatore Sanfilippo2016-05-081-0/+2
|\
| * Removed dofile() from LuaAdam Baldwin2012-10-251-0/+2
* | Cluster: don't check scripts key slots during AOF loading.antirez2016-05-051-2/+4
* | Merge pull request #2956 from pkulchenko/global-protection-msg-typoSalvatore Sanfilippo2016-05-051-1/+1
|\ \
| * | Update global protection error message to fix a typo.Paul Kulchenko2015-12-151-1/+1
* | | Fix INFO commandstats reporting when argv is rewritten.antirez2016-03-021-1/+1
* | | Scripting: handle trailing comments.antirez2016-01-081-1/+1
* | | Lua debugger: fix crash printing nested or deep objects.antirez2016-01-081-4/+14
* | | Merge pull request #2954 from pkulchenko/debug-table-pretty-printingSalvatore Sanfilippo2015-12-221-1/+2
|\ \ \
| * | | Update pretty printing in debugging to generate valid Lua code for tables.Paul Kulchenko2015-12-151-1/+2
| |/ /
* | | Merge pull request #2957 from pkulchenko/debug-userdata-pretty-printingSalvatore Sanfilippo2015-12-221-2/+2
|\ \ \
| * | | Update pretty printing in debugging to generate valid Lua code for userdata-l...Paul Kulchenko2015-12-151-2/+2
| |/ /
* | | Suppress harmless warnings.antirez2015-12-161-1/+5
|/ /
* | Revert Lua's `redis.LOG_<level>` to originalItamar Haber2015-11-271-4/+4
* | Lua debugger: infinite loop detection.ldbantirez2015-11-181-7/+35
* | Lua debugger: fix trace command infinite loop.antirez2015-11-171-5/+6
* | Lua debugger: maxlen command implemented.antirez2015-11-171-14/+54
* | Lua debugger: trace command implemented.antirez2015-11-171-0/+24
* | Lua debugger: print without args show all local vars.antirez2015-11-171-5/+34
* | Lua debugger: default behavior of "list" command changed.antirez2015-11-171-4/+14
* | Lua debugging: fix error message for SCRIPT DEBUG.antirez2015-11-171-1/+1
* | Lua debugger: reply +OK to SCRIPT DEBUG no.antirez2015-11-171-0/+1
* | Lua debugger: call wait3() if there are pending forked debugging sessions.antirez2015-11-171-0/+6
* | Lua debugger: abort implemented.antirez2015-11-171-0/+5
* | Lua debugger: ldbSendLogs() memory leak fixed.antirez2015-11-171-0/+1
* | Lua debugger: better support for synchronous mode.antirez2015-11-171-0/+6
* | Lua debugger: handle forked sessions children during shutdown.antirez2015-11-171-1/+41
* | Lua debugger: fix help typo, beark -> break.antirez2015-11-171-4/+4
* | Lua debugger: clear end of session protocol.antirez2015-11-171-0/+4
* | Lua debugger: redis.debug() implemented.antirez2015-11-171-15/+43
* | Lua debugger: removing breakpoints now works.antirez2015-11-171-1/+1
* | Lua debugger: redis command implemented.antirez2015-11-171-1/+26
* | Lua debugger: try to eval as expression first.antirez2015-11-171-4/+13
* | Lua debugger: much better Lua values pretty printer.antirez2015-11-171-16/+69
* | Lua debugger: print now handles ARGV and KEYS.antirez2015-11-171-2/+10
* | Lua debugger: added comment about helper functions.antirez2015-11-171-0/+3
* | Lua debugger: redis.breakpoint() implemented.antirez2015-11-171-2/+27
* | Lua debugger: output improvements, eval command.antirez2015-11-171-48/+160
* | Lua debugger: breakpoints.antirez2015-11-171-11/+95
* | Lua debugger: ability to show local vars content.antirez2015-11-171-7/+85
* | Lua debugger: log Redis commands. List command.antirez2015-11-171-7/+80
* | Lua debugger: initial REPL.antirez2015-11-171-18/+154
* | Lua debugger: foundations implemented.antirez2015-11-171-17/+181
* | Merge pull request #2848 from badboy/removed-printfSalvatore Sanfilippo2015-11-091-1/+0
|\ \
| * | Remove printfJan-Erik Rediger2015-11-041-1/+0