summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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-171-8/+180
* 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
|/
* Dependencies updated.antirez2015-10-301-106/+150
* More reliable DEBUG loadaof.antirez2015-10-301-0/+1
* Scripting: ability to turn on Lua commands style replication globally.antirez2015-10-304-1/+8
* 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
* call(): don't inherit CLIENT_PREVENT_PROP + minor refactoring.antirez2015-10-301-3/+6
* CLIENT REPLY command implemented: ON, OFF and SKIP modes.antirez2015-10-212-1/+31
* Merge pull request #2810 from dwlt/add-copy-replace-parameters-to-redis-trib-...Salvatore Sanfilippo2015-10-151-3/+8
|\
| * Add back blank lineDavid Thomson2015-10-141-0/+1
| * Update import command to optionally use copy and replace parametersDavid Thomson2015-10-141-3/+7
* | PR 2813 fix ported to unstable.antirez2015-10-152-20/+25
* | DEBUG RESTART/CRASH-AND-RECOVER [delay] implemented.antirez2015-10-132-0/+17
* | Server: restartServer() API.antirez2015-10-132-4/+73
|/
* Cluster: redis-trib fix, coverage for migrating=1 case.antirez2015-10-091-2/+12
* Fix extractLongLatOrReply() sanity check conditionals.antirez2015-10-071-9/+9
* Fix GEORADIUS COUNT option arity checks.antirez2015-10-061-1/+1
* Lazyfree options implemented in the configuration.antirez2015-10-051-0/+36
* Lazyfree: cond vars to enabled/disable it based on DEL context.antirez2015-10-024-35/+51
* Fixed a bug in the emptyDb() new implementation.antirez2015-10-011-1/+1
* FLUSHDB and FLUSHALL ASYNC option implemented.antirez2015-10-012-8/+39
* Lazyfree: pending objects count in INFO output.antirez2015-10-013-2/+10
* Lazyfree: ability to free whole DBs in background.antirez2015-10-017-14/+106
* Lazyfree: keep count of objects to free.antirez2015-10-012-3/+11
* zmalloc.c converted to use atomicvar.h.antirez2015-10-011-33/+5
* Atomic vars implemented in a more general way.antirez2015-10-011-0/+94
* Lazyfree: incremental removed, only threaded survived.antirez2015-10-013-191/+24
* Threaded lazyfree WIP #1.antirez2015-10-015-8/+36
* bio.c: new API bioWaitStepOfType().antirez2015-10-012-5/+32
* Hash new implementation memleaks fixed.antirez2015-10-012-12/+52