summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* 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
|\
| * redis-trib.rb: --timeout XXXXX option added to fix and reshard commands. Defa...daniele2015-12-061-4/+10
* | Cluster: replica migration with delay.antirez2015-12-112-17/+39
* | Cluster: more reliable migration tests.antirez2015-12-101-43/+24
* | Fix merge of cluster migrate-to flag.antirez2015-12-101-3/+3
* | Cluster: more reliable replicas migration test.antirez2015-12-101-0/+75
* | Remove debugging message left there for error.antirez2015-12-101-1/+0
* | Fix replicas migration by adding a new flag.antirez2015-12-102-13/+24
|/
* Fix renamed define after merge.antirez2015-11-271-1/+1
* Handle wait3() errors.antirez2015-11-271-1/+7
* Redis Cluster: hint about validity factor when slave can't failover.antirez2015-11-271-2/+4
* Remove "s" flag for MIGRATE in command table.antirez2015-11-171-1/+1
* Update redis-cli help and the script to generate it.antirez2015-11-172-9/+183
* Fix MIGRATE entry in command table.antirez2015-11-171-1/+1
* Fix error reply in subscribed Pub/Sub mode.antirez2015-11-091-1/+1