summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Lua debugger: infinite loop detection.ldbantirez2015-11-181-7/+35
* Lua debugger: fix trace command infinite loop.antirez2015-11-171-5/+6
* Lua debugger: redis-cli: allow restart after end of session.antirez2015-11-171-1/+3
* Lua debugger: redis-cli can restart Lua debugging sessions.antirez2015-11-171-44/+74
* Lua debugger: maxlen command implemented.antirez2015-11-172-14/+55
* Lua debugger: trace command implemented.antirez2015-11-171-0/+24
* Lua debugger: redis-cli: show compile errors in LDB mode.antirez2015-11-171-3/+12
* 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 debugger: redis-cli error when --ldb is without --eval.antirez2015-11-171-0/+7
* Lua debugger: use sds_malloc() to allocate eval cli array.antirez2015-11-175-1/+35
* 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-173-1/+10
* 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-172-3/+22
* Lua debugger: handle forked sessions children during shutdown.antirez2015-11-173-5/+51
* Lua debugger: inform user changes are rolled back.antirez2015-11-171-1/+1
* Lua debugger: fix help typo, beark -> break.antirez2015-11-171-4/+4
* Lua debugger: clear end of session protocol.antirez2015-11-172-9/+23
* Lua debugger: redis.debug() implemented.antirez2015-11-172-15/+44
* Lua debugger: redis-cli, mark end of debugging session.antirez2015-11-171-0/+1
* 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-172-17/+70
* 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-172-54/+186
* Lua debugger: breakpoints.antirez2015-11-172-12/+148
* Lua debugger: ability to show local vars content.antirez2015-11-171-7/+85
* Lua debugger: log Redis commands. List command.antirez2015-11-172-7/+82
* Lua debugger: initial REPL.antirez2015-11-172-20/+164
* Lua debugger: foundations implemented.antirez2015-11-175-21/+206
* Remove "s" flag for MIGRATE in command table.antirez2015-11-171-1/+1
* Update redis-cli help and the script to generate it.antirez2015-11-172-9/+183
* Fix MIGRATE entry in command table.antirez2015-11-171-1/+1
* AOF: rewriting child killed by SIGUSR1 is not an error.antirez2015-11-131-2/+4
* call() deserves a good top-comment.antirez2015-11-101-2/+38
* Merge pull request #2848 from badboy/removed-printfSalvatore Sanfilippo2015-11-091-1/+0
|\
| * Remove printfJan-Erik Rediger2015-11-041-1/+0
* | Best effort flush of slave buffers before SHUTDOWN.antirez2015-11-092-1/+14
* | Use clientHasPendingReplies() in flushSlavesOutputBuffers()antirez2015-11-091-1/+1
* | Scripting: fix redis.call() error reporting.antirez2015-11-091-5/+18
* | Fix error reply in subscribed Pub/Sub mode.antirez2015-11-091-1/+1
* | Initialize all Lua scripting related things into scripting.cantirez2015-11-053-12/+33
* | scripting.c source code better organized into sections.antirez2015-11-052-155/+182
* | Fix HINCRBYFLOAT to work with long doubles.antirez2015-11-043-8/+8