summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* Cluster: don't accept cluster bus connections during startup.antirez2014-05-201-0/+4
* Cluster: better handling of stolen slots.antirez2014-05-203-16/+47
* cluster.tcl: fix redis links leak in refresh_nodes_map.antirez2014-05-201-1/+7
* cluster.tcl: saner error handling.antirez2014-05-201-4/+18
* redis.tcl: return I/O error message when peer closes connection.antirez2014-05-201-1/+4
* Cluster: fixed data_age computation / check integer overflow.antirez2014-05-201-3/+4
* Cluster: forced failover implemented.antirez2014-05-201-5/+27
* Cluster: bypass data_age check for manual failovers.antirez2014-05-201-4/+11
* HyperLogLog regression test for issue #1762.antirez2014-05-191-0/+11
* Correct the HyperLogLog stale cache flag to prevent unnecessary computations.Mike Trinkala2014-05-191-4/+4
* Fixed possible buffer overflow bug if RDB file is corrupted.Akos Vandra2014-05-121-1/+1
* fixed possible buffer overflow errorAkos Vandra2014-05-121-1/+1
* redis-trib create: use CONFIG SET-CONFIG-EPOCH before joining the cluster.antirez2014-05-121-0/+18
* Sentinel: Add "dir /tmp" directive in example sentinel.conf.antirez2014-05-121-0/+7
* redis-trib import: trap MIGRATE errors.antirez2014-05-121-2/+9
* redis-trib.rb: MIGRATE hardcoded timeout set to 15 sec.antirez2014-05-121-2/+2