summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix merge issues with 3.2 backports.3.0.7antirez2016-01-251-2/+2
* Redis 3.0.7.antirez2016-01-252-1/+40
* Minor MIGRATE refactoring.antirez2016-01-251-5/+12
* More variadic MIGRATE fixes.antirez2016-01-251-8/+9
* Various fixes to MIGRATE with multiple keys.antirez2016-01-251-12/+45
* Test: Handle LOADING in restart_instance.antirez2016-01-251-0/+12
* Detect and show crashes on Sentinel/Cluster tests.antirez2016-01-251-0/+18
* Cluster: fix setting nodes slaveof pointer to NULL on node release.antirez2016-01-251-14/+3
* Cluster: clarify node->slave may be NULL.antirez2016-01-251-1/+4
* Cluster: fix rebalancing to always empty nodes.antirez2016-01-251-3/+24
* Cluster: redis-trib move_to_slot: don't send SETSLOT to slaves.antirez2016-01-251-0/+1
* Cluster: fix redis-trib reference of variable in warning.antirez2016-01-251-1/+1
* CLUSTER BUMPEPOCH initial implementation fixed.antirez2016-01-252-14/+25
* Cluster: implement redis-trib fix when slot is open without owners.antirez2016-01-251-9/+39
* Cluster: implement redis-trib fix for uncovered slots.antirez2016-01-251-9/+32
* Cluster: CLUSTER BUMPEPOCH introduced to help redis-trib fix.antirez2016-01-251-0/+7
* Cluster: don't allow CLUSTER SETSLOT with slaves.antirez2016-01-251-0/+5
* Cluster: check packets length before accessing far fields.antirez2016-01-191-5/+10
* Scripting: handle trailing comments.antirez2016-01-082-1/+5
* Allow MIGRATE to always be called on local keys for open slots.antirez2016-01-081-6/+7
* Fix typos & grammar in clusterBumpConfigEpochWithoutConsensus() comment.antirez2016-01-081-4/+4
* Cluster: don't send -ASK to MIGRATE.antirez2016-01-061-3/+5
* Cluster test: do leaks detection with OSX leaks utility.antirez2016-01-021-0/+32
* redis-trib: Remove duplicated key in hash initialization.antirez2016-01-021-1/+1
* Suppress harmless warnings.3.0.6antirez2015-12-181-1/+1
* Changelog typo fixed.antirez2015-12-181-1/+1
* Redis 3.0.6antirez2015-12-182-1/+33
* Cluster: rebalance now supports --threshold option.antirez2015-12-181-2/+24
* Cluster: redis-trib reshard / rebalance --pipeline support.antirez2015-12-181-5/+21
* Cluster: verify slaves consistency after resharding.antirez2015-12-181-0/+23
* Fix CMD_DENYOOM macro name after backporting.antirez2015-12-181-1/+1
* Cluster: allows abbreviated node IDs with rebalance --weight option.antirez2015-12-181-3/+19
* Cluster: rebalancing option --simulate, and a fix.antirez2015-12-181-8/+12
* Cluster: redis-trib rebalance initial implementation.antirez2015-12-181-17/+154
* Initial implementation of redis-trib info subcommand.antirez2015-12-181-0/+22
* fix sprintf and snprintf format stringantirez2015-12-182-3/+3
* Cluster: resharding test now checks AOF consistency.antirez2015-12-171-0/+42
* Fix a race that may lead to the active (slave) client to be freed.antirez2015-12-171-1/+7
* Log address causing SIGSEGV.antirez2015-12-151-0/+4
* lua_struct.c/getnum: throw error if overflow happenSun He2015-12-141-4/+6
* Fix 3.0 merge issues with new MIGRATE.antirez2015-12-133-1/+12
* Cluster: redis-trib: use variadic MIGRATE.antirez2015-12-131-15/+13
* MIGRATE: Fix key extraction for new form.antirez2015-12-133-1/+29
* MIGRATE: test more corner cases.antirez2015-12-131-0/+37
* MIGRATE: Fix new argument rewriting refcount handling.antirez2015-12-131-3/+2
* MIGRATE: fix replies processing and argument rewriting.antirez2015-12-132-15/+40
* Test: pipelined MIGRATE tests added.antirez2015-12-131-0/+54
* Pipelined multiple keys MIGRATE.antirez2015-12-132-63/+115
* Cluster: redis-trib migrate default timeout set to 60 sec.antirez2015-12-111-1/+1
* Merge pull request #2918 from danmaz74/3.0Salvatore Sanfilippo2015-12-111-4/+10
|\