summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* CONTRIBUTING updated.antirez2015-10-271-5/+9
* Redis 3.0.53.0.5antirez2015-10-152-1/+25
* Add back blank lineDavid Thomson2015-10-151-0/+1
* Update import command to optionally use copy and replace parametersDavid Thomson2015-10-151-3/+7
* Cluster: redis-trib fix, coverage for migrating=1 case.antirez2015-10-151-2/+12
* Redis.conf example: make clear user must pass its path as argument.antirez2015-10-151-1/+6
* Regression test for issue #2813.antirez2015-10-151-0/+53
* Move end-comment of handshake states.antirez2015-10-151-1/+1
* Make clear that slave handshake states must be ordered.antirez2015-10-151-0/+2
* Minor changes to PR #2813.antirez2015-10-151-35/+22