summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Redis 2.9.55 (Redis 3.0.0 beta-6).3.0.0-beta6antirez2014-06-092-1/+26
* Fix lack of strtold under CygwinMatt Stancliff2014-06-091-0/+4
* Fix lack of SA_ONSTACK under CygwinMatt Stancliff2014-06-091-0/+6
* Fix blocking operations from missing new listsMatt Stancliff2014-06-094-11/+30
* Cluster: check that configEpoch never goes back.antirez2014-06-071-1/+2
* Cluster: SET-CONFIG-EPOCH should update currentEpoch.antirez2014-06-071-0/+2
* Fixed typo in word avarege in result message of --intrinsic-latency analyzerAndy Grunwald2014-06-061-1/+1
* Small typo fixedJan-Erik Rediger2014-06-061-1/+1
* Fix eval usage in tests to conform with eval semanticsyoav2014-06-062-29/+29
* fix issue 1787zionwu2014-06-061-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.3.0.0-beta5antirez2014-05-261-0/+2
* Fix test framework to detect proper server PIDMatt Stancliff2014-05-261-1/+1
* Disable recursive watchdog signal handlerMatt Stancliff2014-05-261-1/+1
* Redis 2.9.54 (Redis 3.0.0 beta-5).antirez2014-05-262-1/+7
* 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
* Redis 2.9.53 (Redis 3.0.0 beta-4).3.0.0-beta4antirez2014-05-232-1/+41
* 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
* 3.0 Changelog typo fixed. lost -> list.antirez2014-05-231-1/+1
* Document log format change in 3.0 Changelog.antirez2014-05-231-1/+7
* redisLogFromHandler() format changed to match new logs format.antirez2014-05-231-2/+1
* Tag every log line with role.antirez2014-05-232-1/+13
* Cluster: slave validity factor is now user configurable.antirez2014-05-236-8/+69
* Test: AOF test false positive when running in slow hosts.antirez2014-05-231-1/+16
* Test: dump.tcl fixed for RESTORE new error msg.antirez2014-05-231-1/+1
* Fix an error in redis-trib where we always talk with same node.antirez2014-05-231-1/+3
* redis-trib fix improved: move keys from N nodes to owner.antirez2014-05-231-15/+51
* redis-trib fix: use MIGRATE REPLACE when fixing slots.antirez2014-05-231-2/+13
* Regression test for issue #1764.antirez2014-05-201-0/+13
* Remove trailing spaces from scripting.cantirez2014-05-201-3/+3
* Remove trailing spaces from sentinel.c.antirez2014-05-201-9/+9
* Fix LUA_OBJCACHE segfault.michael-grunder2014-05-201-1/+3
* Cluster test: better failure detection test and framework improvements.antirez2014-05-202-9/+43
* Cluster test: failure detection initial tests.antirez2014-05-202-0/+32
* Cluster test: proper initialization at unit startup.antirez2014-05-203-34/+41
* Cluster: use clusterSetNodeAsMaster() during slave failover.antirez2014-05-201-4/+1
* Cluster: clear todo_before_sleep flags when executing actions.antirez2014-05-201-2/+12
* Fixed typo in CLUSTER RESET implementation.antirez2014-05-201-1/+1
* CLUSTER RESET implemented.antirez2014-05-201-0/+88
* Remove trailing spaces from cluster.c file.antirez2014-05-201-9/+9
* Cluster test: added function assert_cluster_state.antirez2014-05-202-10/+14