summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Update pretty printing in debugging to generate valid Lua code for userdata-l...testingPaul Kulchenko2015-12-221-2/+2
* Update pretty printing in debugging to generate valid Lua code for tables.Paul Kulchenko2015-12-221-1/+2
* 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 typo in prepareClientToWrite() comment.antirez2015-12-181-1/+1
* 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-0/+6
* Fix processCommand() comment about return value.antirez2015-12-171-2/+2
* Hopefully better memory test on crash.antirez2015-12-173-86/+133
* Suppress harmless warnings.antirez2015-12-173-4/+8
* memtest.c now can be called as API in non interactive mode.antirez2015-12-172-43/+73
* Crash report format improvements.antirez2015-12-171-24/+35
* Cluster: allows abbreviated node IDs with rebalance --weight option.antirez2015-12-171-3/+19
* Cluster: rebalancing option --simulate, and a fix.antirez2015-12-171-8/+12
* Cluster: redis-trib rebalance initial implementation.antirez2015-12-171-17/+154
* Initial implementation of redis-trib info subcommand.antirez2015-12-171-0/+22
* Log address causing SIGSEGV.antirez2015-12-151-0/+4
* lua_struct.c/getnum: throw error if overflow happenSun He2015-12-141-4/+6
* 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
* redis-trib.rb: --timeout XXXXX option added to fix and reshard commands. Defa...daniele2015-12-111-4/+10
* Cluster: replica migration with delay.antirez2015-12-112-17/+39
* Cluster: more reliable migration tests.antirez2015-12-101-43/+24
* Cluster: more reliable replicas migration test.antirez2015-12-101-0/+75
* Remove debugging message left there for error.antirez2015-12-101-1/+0
* unlinkClient(): clear flags according to ops performed.antirez2015-12-101-0/+2
* Fix replicas migration by adding a new flag.antirez2015-12-092-20/+31
* Fix typo UNCOMMENT -> COMMENT in example redis.conf.antirez2015-12-031-1/+1
* Centralize slave replication handshake aborting.antirez2015-12-031-22/+23
* fix sprintf and snprintf format stringantirez2015-11-282-3/+3
* Revert Lua's `redis.LOG_<level>` to originalItamar Haber2015-11-271-4/+4
* Handle wait3() errors.antirez2015-11-271-1/+7
* Redis Cluster: hint about validity factor when slave can't failover.antirez2015-11-271-1/+3
* Lua debugger: infinite loop detection.antirez2015-11-191-7/+35
* Lua debugger: fix trace command infinite loop.antirez2015-11-191-5/+6
* Lua debugger: redis-cli: allow restart after end of session.antirez2015-11-191-1/+3
* Lua debugger: redis-cli can restart Lua debugging sessions.antirez2015-11-191-44/+74
* Lua debugger: maxlen command implemented.antirez2015-11-192-14/+55
* Lua debugger: trace command implemented.antirez2015-11-191-0/+24
* Lua debugger: redis-cli: show compile errors in LDB mode.antirez2015-11-191-3/+12
* Lua debugger: print without args show all local vars.antirez2015-11-191-5/+34
* Lua debugger: default behavior of "list" command changed.antirez2015-11-191-4/+14
* Lua debugger: redis-cli error when --ldb is without --eval.antirez2015-11-191-0/+7