summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Cluster test: set config epochs when creating clusters.antirez2014-06-101-0/+1
* Cluster: log granted failover authorizations.antirez2014-06-101-0/+2
* Cluster: log configEpoch updates to myself.antirez2014-06-101-2/+11
* Cluster: log when a master denies a failover auth.antirez2014-06-101-3/+44
* Cluster test: unit 03, check epochs correctness.antirez2014-06-101-0/+6
* Cluster test: better failover detection in unit 03.antirez2014-06-101-5/+17
* Cluster test: added show-redis-logs command in the interactive console.antirez2014-06-101-0/+9
* Cluster test: new unit 03, failover loop stress testing.antirez2014-06-101-0/+79
* Cluster test: 02 unit more reliable waiting for slave sync.antirez2014-06-101-0/+8
* Cluster test: unit 02 should wait for failover.antirez2014-06-101-0/+10
* Cluster test: check master -> slave role switch.antirez2014-06-101-0/+12
* Cluster: cluster_my_epoch added to CLUSTER INFO output.antirez2014-06-101-0/+6
* Merge pull request #1743 from mattsta/cygwin-compile-fixSalvatore Sanfilippo2014-06-092-0/+10
|\
| * Fix lack of strtold under CygwinMatt Stancliff2014-05-121-0/+4
| * Fix lack of SA_ONSTACK under CygwinMatt Stancliff2014-05-121-0/+6
* | Merge pull request #1669 from mattsta/blpop-internally-added-keysSalvatore Sanfilippo2014-06-094-11/+30
|\ \
| * | Fix blocking operations from missing new listsMatt Stancliff2014-05-214-11/+30
* | | ROLE output improved for slaves.antirez2014-06-071-1/+13
* | | ROLE command added.antirez2014-06-073-0/+39
* | | Cluster: check that configEpoch never goes back.antirez2014-06-071-1/+2
* | | Cluster: SET-CONFIG-EPOCH should update currentEpoch.antirez2014-06-071-0/+2
* | | Merge pull request #1772 from andygrunwald/typo-avarege-averageSalvatore Sanfilippo2014-06-061-1/+1
|\ \ \
| * | | Fixed typo in word avarege in result message of --intrinsic-latency analyzerAndy Grunwald2014-05-221-1/+1
* | | | Merge pull request #1780 from badboy/patch-8Salvatore Sanfilippo2014-06-061-1/+1
|\ \ \ \
| * | | | Small typo fixedJan-Erik Rediger2014-05-281-1/+1
* | | | | Merge pull request #1789 from yoav-steinberg/fix_eval_in_testsSalvatore Sanfilippo2014-06-062-29/+29
|\ \ \ \ \
| * \ \ \ \ Merge remote-tracking branch 'upstream/unstable' into unstableyoav2014-04-2210-303/+1598
| |\ \ \ \ \
| * | | | | | Fix eval usage in tests to conform with eval semanticsyoav2014-04-062-29/+29
* | | | | | | Merge pull request #1788 from zionwu/unstableSalvatore Sanfilippo2014-06-061-0/+2
|\ \ \ \ \ \ \
| * | | | | | | fix issue 1787zionwu2014-06-011-0/+2
* | | | | | | | Don't process min-slaves-to-write for slaves.antirez2014-06-051-1/+2
* | | | | | | | Tests for min-slaves-* feature.antirez2014-06-051-0/+60
* | | | | | | | Fixed dbuf variable scope in luaRedisGenericCommand().antirez2014-06-041-1/+1
* | | | | | | | Regression test for issue #1118.antirez2014-06-041-0/+8
* | | | | | | | Scripting: better Lua number -> string conversion in luaRedisGenericCommand().antirez2014-06-041-4/+14
* | | | | | | | More trailing spaces in sentinel.c removed.antirez2014-05-281-2/+2
| |_|_|/ / / / |/| | | | | |
* | | | | | | Cluster test: add tmp dir to Git repo.antirez2014-05-261-0/+2
* | | | | | | Merge pull request #1775 from mattsta/fix-test-against-new-PID-formatSalvatore Sanfilippo2014-05-261-1/+1
|\ \ \ \ \ \ \
| * | | | | | | Fix test framework to detect proper server PIDMatt Stancliff2014-05-231-1/+1
* | | | | | | | Disable recursive watchdog signal handlerMatt Stancliff2014-05-261-1/+1
* | | | | | | | Cluster: always allow ok -> fail switch in clusterUpdateState().antirez2014-05-261-0/+1
* | | | | | | | Cluster test: catch FLUSHALL errors on node reset.antirez2014-05-261-1/+1
* | | | | | | | Sentinel example config: explain you don't need to specify slaves.antirez2014-05-261-0/+6
|/ / / / / / /
* | | | | | | Cluster test: basic failover unit added.antirez2014-05-231-0/+35
* | | | | | | Cluster test: move basic read/write test into a procedure.antirez2014-05-232-9/+23
* | | | | | | Cluster test: more reliable 01-faildet unit.antirez2014-05-231-9/+15
| |_|_|/ / / |/| | | | |
* | | | | | redisLogFromHandler() format changed to match new logs format.antirez2014-05-221-2/+1
* | | | | | Tag every log line with role.antirez2014-05-222-1/+13
|/ / / / /
* | | | | Cluster: slave validity factor is now user configurable.antirez2014-05-226-8/+69
* | | | | Test: AOF test false positive when running in slow hosts.antirez2014-05-221-1/+16