summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Redis 2.8.13.2.8.13antirez2014-07-142-1/+19
* Fix OBJECT aritymichael-grunder2014-07-142-2/+2
* Fix typo in LATENCY DOCTOR output.antirez2014-07-111-1/+1
* Test: more reliable AOF rewrite test under write load.antirez2014-07-101-0/+10
* LATENCY command / monitor basic tests.antirez2014-07-101-0/+50
* LATENCY HISTORY returns empty array if no data is available.antirez2014-07-101-2/+5
* Test: enable latency monitor in the default config.antirez2014-07-101-0/+1
* Test: AOF rewrite during write load.antirez2014-07-103-9/+64
* Fixed a few missing newline in createLatencyReport().antirez2014-07-091-2/+2
* createLatencyReport(): compile before commit avoids commits.antirez2014-07-091-1/+1
* createLatencyReport(), fix mount option name.antirez2014-07-091-1/+1
* createLatencyReport(): initialize all advices to zero.antirez2014-07-091-3/+3
* LATENCY DOCTOR first implementation complete.antirez2014-07-095-6/+185
* Fix analyzeLatencyForEvent() MAD computation.antirez2014-07-091-3/+3
* LATENCY DOCTOR: initial draft and events summary output.antirez2014-07-093-2/+86
* Latency: low level time series analysis implemented.antirez2014-07-092-0/+60
* LATENCY SAMPLES renamed LATENCY HISTORY.antirez2014-07-091-2/+2
* LATENCY RESET implemented.antirez2014-07-091-4/+39
* redis-benchmark: abort when all clients are disconnected.antirez2014-07-091-0/+5
* Use fsync instead of aof_fsync in final AOF sync.antirez2014-07-091-1/+1
* Fixed conditional for aof-write-pending-fsync latency event selection.antirez2014-07-091-1/+1
* Dependencies updated.antirez2014-07-091-34/+47
* Cast void* to char* to avoid waring in latencyCommand().antirez2014-07-091-1/+1
* Properly initialize min/max in latency.c.antirez2014-07-091-1/+1
* latencyStartMonitor() modified to avoid warnings.antirez2014-07-091-0/+2
* Latency monitor: specialize delayed aof writes events.antirez2014-07-091-4/+16
* LATENCY GRAPH: filling under the curve is more readable.antirez2014-07-091-1/+1
* LATENCY GRAPH implemented.antirez2014-07-094-6/+66
* latencyTimeSeries structure max field type fixed.antirez2014-07-091-1/+1
* Free labels in freeSparklineSequence().antirez2014-07-091-0/+4
* LATENCY LATEST: add the max field.antirez2014-07-091-1/+2
* Latency monitor trheshold value is now configurable.antirez2014-07-092-0/+35
* ASCII sparklines generation API.antirez2014-07-094-1/+230
* License added to latency.h.antirez2014-07-091-0/+33
* Latency monitor turned off by default.antirez2014-07-091-1/+1
* Latency monitor: more hooks around the code.antirez2014-07-093-5/+40
* Latency monitor: don't add new samples in the same second.antirez2014-07-091-0/+11
* LATENCY LATEST implemented.antirez2014-07-091-0/+24
* Latency monitor: command duration is in useconds. Convert.antirez2014-07-092-3/+3
* LATENCY SAMPLES implemented.antirez2014-07-093-1/+47
* Latency monitor: collect slow commands.antirez2014-07-093-70/+82
* Latency monitor: basic samples collection.antirez2014-07-095-3/+147
* Fixed 2.8 build breakage introduced back porting COMMAND.antirez2014-07-021-1/+0
* Fix Solaris compilation due to ctime_r() call.antirez2014-06-301-0/+4
* Test: fix instances.tcl restart_instance abort error.antirez2014-06-301-1/+1
* 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