summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Lua debugger: use sds_malloc() to allocate eval cli array.antirez2015-11-195-1/+35
* Lua debugging: fix error message for SCRIPT DEBUG.antirez2015-11-191-1/+1
* Lua debugger: reply +OK to SCRIPT DEBUG no.antirez2015-11-191-0/+1
* Lua debugger: call wait3() if there are pending forked debugging sessions.antirez2015-11-193-1/+10
* Lua debugger: abort implemented.antirez2015-11-191-0/+5
* Lua debugger: ldbSendLogs() memory leak fixed.antirez2015-11-191-0/+1
* Lua debugger: better support for synchronous mode.antirez2015-11-192-3/+22
* Lua debugger: handle forked sessions children during shutdown.antirez2015-11-193-5/+51
* Lua debugger: inform user changes are rolled back.antirez2015-11-191-1/+1
* Lua debugger: fix help typo, beark -> break.antirez2015-11-191-4/+4
* Lua debugger: clear end of session protocol.antirez2015-11-192-9/+23
* Lua debugger: redis.debug() implemented.antirez2015-11-192-15/+44
* Lua debugger: redis-cli, mark end of debugging session.antirez2015-11-191-0/+1
* Lua debugger: removing breakpoints now works.antirez2015-11-191-1/+1
* Lua debugger: redis command implemented.antirez2015-11-191-1/+26
* Lua debugger: try to eval as expression first.antirez2015-11-191-4/+13
* Lua debugger: much better Lua values pretty printer.antirez2015-11-192-17/+70
* Lua debugger: print now handles ARGV and KEYS.antirez2015-11-191-2/+10
* Lua debugger: added comment about helper functions.antirez2015-11-191-0/+3
* Lua debugger: redis.breakpoint() implemented.antirez2015-11-191-2/+27
* Lua debugger: output improvements, eval command.antirez2015-11-192-54/+186
* Lua debugger: breakpoints.antirez2015-11-192-12/+148
* Lua debugger: ability to show local vars content.antirez2015-11-191-7/+85
* Lua debugger: log Redis commands. List command.antirez2015-11-192-7/+82
* Lua debugger: initial REPL.antirez2015-11-192-20/+164
* Lua debugger: foundations implemented.antirez2015-11-195-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
* Remove printfJan-Erik Rediger2015-11-091-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
* Dependencies updated.antirez2015-10-301-104/+143
* Scripting: commands replication tests.antirez2015-10-301-1/+107
* More reliable DEBUG loadaof.antirez2015-10-301-0/+1
* Scripting: execute tests with command replication as well.antirez2015-10-301-79/+88
* Scripting: ability to turn on Lua commands style replication globally.antirez2015-10-304-1/+8
* Scripting: test Redis provided Lua functions error reporting.antirez2015-10-301-0/+9
* Scripting: fix error reporting of many Redis provided functions.antirez2015-10-301-14/+14
* Fix call() FORCE_REPL/AOF flags setting.antirez2015-10-302-15/+16
* Lua script selective replication fixes.antirez2015-10-303-20/+32
* Lua script selective replication WIP.antirez2015-10-302-3/+58
* Scripting: single commands replication mode implemented.antirez2015-10-303-8/+72
* call(): selective ability to prevent propagation on AOF / slaves.antirez2015-10-302-7/+35