summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Redis 2.9.51 (Redis 3.0.0 beta-2).3.0.0-beta2antirez2014-03-112-2/+95
* Cluster: flag the transaction as dirty for the new redirections.antirez2014-03-111-0/+2
* redis-trib: new subcommand 'call'. Exec command in all nodes.antirez2014-03-111-0/+18
* redis-trib: create subcommand is now able to assign spare slaves.antirez2014-03-111-16/+22
* Cluster: update node configEpoch on UPDATE messages.antirez2014-03-111-0/+4
* Cluster: set slot error if we receive an update for a busy slot.antirez2014-03-111-5/+22
* Cluster: clarified a comment in clusterUpdateSlotsConfigWith().antirez2014-03-111-3/+3
* Cluster: flush importing/migrating state when master is turned into slave.antirez2014-03-111-2/+3
* Cluster: clusterCloseAllSlots() added.antirez2014-03-111-6/+12
* DEBUG ERROR implemented.antirez2014-03-111-0/+7
* DEBUG CMDKEYS: provide some guarantee to getKeysFromCommand().antirez2014-03-111-0/+6
* Cluster: make sortGetKeys() able to handle multiple STORE options.antirez2014-03-111-1/+4
* DEBUG CMDKEYS added for getKeysFromCommand() testing.antirez2014-03-111-0/+12
* Cluster: don't allow BY option of SORT as well.antirez2014-03-111-1/+11
* Cluster: SORT get keys helper implemented.antirez2014-03-113-1/+47
* Cluster: evalGetKeys() fixed: was not setting keys count.antirez2014-03-111-0/+1
* Cluster: don't allow GET option in cluster mode.antirez2014-03-111-6/+17
* Fixed memory leak in SORT LIMIT option argument parsing on error.antirez2014-03-111-2/+9
* Cluster: getKeysFromCommand() top comment improved.antirez2014-03-111-3/+9
* Cluster: evalGetKey() added for EVAL/EVALSHA.antirez2014-03-113-2/+26
* Cluster: getKeysFromCommand() and related: top-comments added.antirez2014-03-111-1/+12
* Cluster: getKeysFromCommand() API cleaned up.antirez2014-03-114-41/+15
* Cluster: some zunionInterGetKeys() comment trimmed.antirez2014-03-111-8/+3
* Cluster: abort on port too high error.antirez2014-03-111-3/+3
* Cluster: be explicit about passing NULL as bind addr for connect.antirez2014-03-111-1/+2
* Cluster: log error when anetTcpNonBlockBindConnect() fails.antirez2014-03-111-2/+3
* Cluster: better timeout and retry time for failover.antirez2014-03-112-8/+16
* Fix key extraction for z{union,inter}storeMatt Stancliff2014-03-111-2/+16
* Typo in sentinel.conf, exists -> exits.antirez2014-03-111-2/+2
* Cluster: fix conditional generating TRYAGAIN error.antirez2014-03-111-4/+5
* Redis Cluster: support for multi-key operations.antirez2014-03-113-40/+118
* Reset op_sec_last_sample_ops when reset requestedMatt Stancliff2014-03-111-0/+1
* Remove redundant IP length definitionMatt Stancliff2014-03-112-4/+3
* Remove some redundant codeMatt Stancliff2014-03-111-14/+1
* Fix return value check for anetTcpAcceptMatt Stancliff2014-03-112-2/+2
* Small typo fixedJan-Erik Rediger2014-03-111-1/+1
* Bind source address for cluster communicationMatt Stancliff2014-03-113-7/+37
* refer to updateLRUClock's comment REDIS_LRU_CLOCK_MAX is 22 bits,but #define ...zhanghailei2014-03-111-1/+1
* FIXED a typo more thank should be more thanzhanghailei2014-03-111-1/+1
* According to context,the size should be 16 rather than 64zhanghailei2014-03-111-1/+1
* Cluster: error out quicker if port is unusableMatt Stancliff2014-03-111-0/+13
* Fix "can't bind to address" error reporting.Matt Stancliff2014-03-111-1/+1
* Cast saveparams[].seconds to long for %ld format specifier.antirez2014-03-051-1/+1
* Sentinel test: set less time sensitive defaults.antirez2014-03-051-0/+2
* Sentinel: more aggressive failover start desynchronization.antirez2014-03-051-2/+3
* CONFIG REWRITE should be logged at WARNING level.antirez2014-03-051-0/+1
* Sentinel test: debugging console improved.antirez2014-03-051-2/+42
* Sentinel test: initial debugging console.antirez2014-03-052-1/+27
* Sentinel test: be more patient in create_redis_master_slave_cluster.antirez2014-03-051-1/+1
* Sentiel test: add test start time in output.antirez2014-03-051-4/+5