summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Redis 2.9.57 (Redis 3.0.0 beta-8).3.0.0-beta8antirez2014-07-292-1/+41
* Fail SYNC if background save child aborted due to a signal.Yossi Gottlieb2014-07-281-1/+1
* * fixed doc URL for keyspace eventsvps2014-07-281-1/+1
* Cluster test: unit 07, replicas migration.antirez2014-07-281-0/+47
* Cluster test: unit 06 cluster creation comment fixed.antirez2014-07-281-2/+1
* Fix spelling of "stand alone" in ascii artMatt Robenolt2014-07-281-1/+2
* Cluster test: node reachability condition fixed.antirez2014-07-281-1/+2
* Cluster test: init test, be patient during restarts.antirez2014-07-281-2/+7
* Cluster test: 03 unit speedup, don't send WAIT to slaves.antirez2014-07-281-2/+5
* Cluster test: unit 06, slaves with stale data can't failover.antirez2014-07-282-0/+75
* Example redis.conf: improve slaveof description.antirez2014-07-281-3/+12
* Cluster test: new unit 05, slave selection.antirez2014-07-281-0/+94
* Cluster: don't migrate to a master that never had slaves.antirez2014-07-281-1/+9
* 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
* Test: check sorted set elements order after union.antirez2014-07-231-0/+22
* Remove useless var and check in zunionInterGenericCommand().antirez2014-07-231-2/+1
* ZUNIONSTORE reimplemented for speed.antirez2014-07-231-33/+60
* Add double field in dict.c entry value union.antirez2014-07-231-0/+5
* CLUSTER RESET: Flush dataset if node is a slave.antirez2014-07-231-1/+3
* Cluster test: use larger keyspace in resharding test.antirez2014-07-231-1/+1
* Cluster test: unit 04, consistency during resharding.antirez2014-07-231-0/+90
* Cluster: fix redis-trib --from all.antirez2014-07-231-0/+4
* redis-trib: allow to reshard in non-interactive way.antirez2014-07-231-37/+82
* Cluster test: test that writes are retained during failovers.antirez2014-07-231-2/+13
* Test: Pub/Sub PING.antirez2014-07-181-0/+16
* Test: small integer sharing depends on maxmemory policy.antirez2014-07-181-0/+24
* 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-181-2/+22
* PubSub clients refactoring and new PUBSUB flag.antirez2014-07-184-8/+18
* RDB: load string objects directly as EMBSTR objects when possible.antirez2014-07-181-5/+6
* Fix OBJECT aritymichael-grunder2014-07-182-2/+2
* Fix typo in LATENCY DOCTOR output.antirez2014-07-181-1/+1
* Test: more reliable AOF rewrite test under write load.antirez2014-07-181-0/+10
* LATENCY command / monitor basic tests.antirez2014-07-181-0/+50
* LATENCY HISTORY returns empty array if no data is available.antirez2014-07-181-2/+5
* Test: enable latency monitor in the default config.antirez2014-07-181-0/+1
* Test: AOF rewrite during write load.antirez2014-07-183-9/+64
* Fixed a few missing newline in createLatencyReport().antirez2014-07-181-2/+2
* createLatencyReport(): compile before commit avoids commits.antirez2014-07-181-1/+1
* createLatencyReport(), fix mount option name.antirez2014-07-181-1/+1
* createLatencyReport(): initialize all advices to zero.antirez2014-07-181-3/+3
* LATENCY DOCTOR first implementation complete.antirez2014-07-185-6/+185
* Fix analyzeLatencyForEvent() MAD computation.antirez2014-07-181-3/+3
* LATENCY DOCTOR: initial draft and events summary output.antirez2014-07-183-2/+86
* Latency: low level time series analysis implemented.antirez2014-07-182-0/+60
* LATENCY SAMPLES renamed LATENCY HISTORY.antirez2014-07-181-2/+2
* LATENCY RESET implemented.antirez2014-07-181-4/+39