summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Better "final read from parent" algorithm in rewriteAppendOnlyFile*(.antirez2014-07-181-8/+11
* Log AOF diff sizes in MBs instead of bytes.antirez2014-07-181-3/+3
* aofChildWriteDiffData() better handling of free blocks.antirez2014-07-181-4/+7
* redis-benchmark: abort when all clients are disconnected.antirez2014-07-181-0/+5
* Fine tuning of aofReadDiffFromParent() calls trigger.antirez2014-07-181-4/+27
* Use amount of I/O not ops to trigger aofReadDiffFromParent().antirez2014-07-181-2/+5
* aofChildWriteDiffData(): write as much as possible.antirez2014-07-181-11/+15
* Handle write failure in AOF parent -> child ACK.antirez2014-07-181-1/+8
* Use a timeout when reading parent ack from AOF child.antirez2014-07-181-2/+8
* Send AOF diffs from parent to child to improve latency.antirez2014-07-182-6/+151
* Use fsync instead of aof_fsync in final AOF sync.antirez2014-07-181-1/+1
* Fixed conditional for aof-write-pending-fsync latency event selection.antirez2014-07-181-1/+1
* Dependencies updated.antirez2014-07-181-35/+51
* Cast void* to char* to avoid waring in latencyCommand().antirez2014-07-181-1/+1
* Properly initialize min/max in latency.c.antirez2014-07-181-1/+1
* latencyStartMonitor() modified to avoid warnings.antirez2014-07-181-0/+2
* Latency monitor: specialize delayed aof writes events.antirez2014-07-181-4/+16
* LATENCY GRAPH: filling under the curve is more readable.antirez2014-07-181-1/+1
* LATENCY GRAPH implemented.antirez2014-07-184-6/+66
* latencyTimeSeries structure max field type fixed.antirez2014-07-181-1/+1
* Free labels in freeSparklineSequence().antirez2014-07-181-0/+4
* LATENCY LATEST: add the max field.antirez2014-07-181-1/+2
* Latency monitor trheshold value is now configurable.antirez2014-07-182-0/+35
* ASCII sparklines generation API.antirez2014-07-184-1/+230
* License added to latency.h.antirez2014-07-181-0/+33
* Latency monitor turned off by default.antirez2014-07-181-1/+1
* Latency monitor: more hooks around the code.antirez2014-07-183-5/+40
* Latency monitor: don't add new samples in the same second.antirez2014-07-181-0/+11
* LATENCY LATEST implemented.antirez2014-07-181-0/+24
* Latency monitor: command duration is in useconds. Convert.antirez2014-07-182-3/+3
* LATENCY SAMPLES implemented.antirez2014-07-183-1/+47
* Latency monitor: collect slow commands.antirez2014-07-183-67/+78
* Latency monitor: basic samples collection.antirez2014-07-185-3/+147
* Fix Solaris compilation due to ctime_r() call.antirez2014-06-301-0/+4
* Redis 2.9.56 (Redis 3.0.0 beta-7).3.0.0-beta7antirez2014-06-302-1/+34
* Test: find_available_port: check that cluster port is free as well.antirez2014-06-301-4/+6
* Test: fix instances.tcl restart_instance abort error.antirez2014-06-301-1/+1
* DEBUG CMDKEYS moved to COMMAND GETKEYS.antirez2014-06-272-18/+18
* COMMAND COUNT subcommand added.antirez2014-06-271-1/+3
* COMMAND: fix argument parsing.antirez2014-06-271-9/+12
* COMMANDS command renamed COMMAND.antirez2014-06-272-3/+3
* COMMANDS command: remove static + aesthetic changes.antirez2014-06-271-18/+18
* Cluster: Add COMMANDS commandMatt Stancliff2014-06-272-0/+69
* Fixed assert conditional in ROLE command test.antirez2014-06-261-1/+1
* No more trailing spaces in Redis source code.antirez2014-06-2628-78/+78
* CLIENT KILL: don't kill the master as a normal client.antirez2014-06-261-1/+3
* Remove infinite loop from PSYNC test.antirez2014-06-261-4/+2
* Test: hopefully more robust PSYNC test.antirez2014-06-261-4/+16
* Allow __powerpc__ to define HAVE_ATOMIC tooMatt Stancliff2014-06-261-1/+1
* Allow atomic memory count update with C11 builtinsMatt Stancliff2014-06-261-2/+5