summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Fix util.c compilation by including stdint.h.antirez2014-07-231-0/+1
* Faster ll2string() implementation.antirez2014-07-231-21/+80
* PFSELFTEST: less false positives.antirez2014-07-231-2/+10
* Remove useless var and check in zunionInterGenericCommand().antirez2014-07-221-2/+1
* ZUNIONSTORE reimplemented for speed.antirez2014-07-221-33/+60
* Add double field in dict.c entry value union.antirez2014-07-221-0/+5
* CLUSTER RESET: Flush dataset if node is a slave.antirez2014-07-221-1/+3
* Cluster: fix redis-trib --from all.antirez2014-07-211-0/+4
* redis-trib: allow to reshard in non-interactive way.antirez2014-07-181-37/+82
* PING: backward compatible error for wrong number of args.antirez2014-07-181-1/+2
* tryObjectEncoding(): use shared objects with maxmemory and non-LRU policy.antirez2014-07-181-1/+3
* Variadic PING with support for Pub/Sub.antirez2014-07-161-2/+22
* PubSub clients refactoring and new PUBSUB flag.antirez2014-07-164-8/+18
* RDB: load string objects directly as EMBSTR objects when possible.antirez2014-07-161-5/+6
* Fix OBJECT aritymichael-grunder2014-07-112-2/+2
* Fix typo in LATENCY DOCTOR output.antirez2014-07-111-1/+1
* LATENCY HISTORY returns empty array if no data is available.antirez2014-07-101-2/+5
* Fixed a few missing newline in createLatencyReport().latencyantirez2014-07-091-2/+2
* createLatencyReport(): compile before commit avoids commits.antirez2014-07-081-1/+1
* createLatencyReport(), fix mount option name.antirez2014-07-081-1/+1
* createLatencyReport(): initialize all advices to zero.antirez2014-07-081-3/+3
* LATENCY DOCTOR first implementation complete.antirez2014-07-085-6/+185
* Fix analyzeLatencyForEvent() MAD computation.antirez2014-07-081-3/+3
* LATENCY DOCTOR: initial draft and events summary output.antirez2014-07-083-2/+86
* Latency: low level time series analysis implemented.antirez2014-07-072-0/+60
* LATENCY SAMPLES renamed LATENCY HISTORY.antirez2014-07-071-2/+2
* LATENCY RESET implemented.antirez2014-07-071-4/+39
* Better "final read from parent" algorithm in rewriteAppendOnlyFile*(.antirez2014-07-051-8/+11
* Log AOF diff sizes in MBs instead of bytes.antirez2014-07-051-3/+3
* aofChildWriteDiffData() better handling of free blocks.antirez2014-07-051-4/+7
* redis-benchmark: abort when all clients are disconnected.antirez2014-07-041-0/+5
* Fine tuning of aofReadDiffFromParent() calls trigger.antirez2014-07-041-4/+27
* Use amount of I/O not ops to trigger aofReadDiffFromParent().antirez2014-07-041-2/+5
* aofChildWriteDiffData(): write as much as possible.antirez2014-07-041-11/+15
* Handle write failure in AOF parent -> child ACK.antirez2014-07-041-1/+8
* Use a timeout when reading parent ack from AOF child.antirez2014-07-041-2/+8
* Send AOF diffs from parent to child to improve latency.antirez2014-07-042-6/+151
* Use fsync instead of aof_fsync in final AOF sync.antirez2014-07-041-1/+1
* Fixed conditional for aof-write-pending-fsync latency event selection.antirez2014-07-021-1/+1
* Dependencies updated.antirez2014-07-021-35/+51
* Cast void* to char* to avoid waring in latencyCommand().antirez2014-07-021-1/+1
* Properly initialize min/max in latency.c.antirez2014-07-021-1/+1
* latencyStartMonitor() modified to avoid warnings.antirez2014-07-021-0/+2
* Latency monitor: specialize delayed aof writes events.antirez2014-07-021-4/+16
* LATENCY GRAPH: filling under the curve is more readable.antirez2014-07-021-1/+1
* LATENCY GRAPH implemented.antirez2014-07-024-6/+66
* latencyTimeSeries structure max field type fixed.antirez2014-07-021-1/+1
* Free labels in freeSparklineSequence().antirez2014-07-021-0/+4
* LATENCY LATEST: add the max field.antirez2014-07-021-1/+2
* Latency monitor trheshold value is now configurable.antirez2014-07-021-0/+14