summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Redis 2.9.50 (Redis 3.0.0 beta-1)3.0.0-beta1antirez2014-02-111-1/+1
* Cluster: clusterDelNode(): remove node from master's slaves.antirez2014-02-111-1/+5
* Cluster: UPDATE messages are the norm and verbose.antirez2014-02-111-1/+1
* Cluster: redis-trib fix: handling of another trivial case.antirez2014-02-111-0/+3
* Cluster: configEpoch assignment in SETNODE improved.antirez2014-02-111-3/+7
* Cluster: clusterSetStartupEpoch() made more generally useful.antirez2014-02-111-8/+9
* Cluster: always increment the configEpoch in SETNODE after import.antirez2014-02-111-7/+3
* Cluster: on resharding upgrade version of receiving node.antirez2014-02-111-4/+8
* Cluster: fsync at every SETSLOT command puts too pressure on disks.antirez2014-02-111-4/+4
* Cluster: conditions to clear "migrating" on slot for SETSLOT ... NODE changed.antirez2014-02-111-3/+3
* Cluster: remove debugging xputs from redis-trib.antirez2014-02-111-1/+0
* Cluster: redis-trib fix: cover new case of open slot.antirez2014-02-111-0/+3
* redis-trib: log event after we have reference to 'master'.antirez2014-02-111-1/+2
* Cluster: don't update slave's master if we don't know it.antirez2014-02-111-1/+1
* Cluster: ignore slot config changes if we are importing it.antirez2014-02-111-2/+4
* Cluster: update configEpoch after manually messing with slots.antirez2014-02-111-3/+14
* Cluster: redis-trib, more info about open slots error.antirez2014-02-111-2/+2
* Cluster: fixed inverted arguments in logging function call.antirez2014-02-101-2/+2
* Cluster: clear the FAIL status for masters without slots.antirez2014-02-101-2/+3
* Cluster: replica migration should only work for masters serving slots.antirez2014-02-101-2/+2
* Cluster: redis-trib del-node variable typo fixed.antirez2014-02-101-1/+1
* Cluster: clusterReadHandler() fixed to work with new message header.antirez2014-02-102-11/+13
* Cluster: don't propagate PUBLISH two times.antirez2014-02-101-2/+4
* Cluster: signature changed to "RCmb" (Redis Cluster message bus).antirez2014-02-102-3/+3
* Cluster: discard bus messages with version != 0.antirez2014-02-101-1/+2
* Cluster: added signature + version in bus packets.antirez2014-02-102-1/+10
* Cluster: redis-trib: options table entry for add-node fixed.antirez2014-02-101-1/+1
* Don't count time to feed MONITORs in SLOWLOG.antirez2014-02-071-2/+3
* Cluster: keys slot computation now supports hash tags.antirez2014-02-071-2/+23
* Sentinel: allow SHUTDOWN command in Sentinel mode.antirez2014-02-073-6/+10
* Check for EAGAIN in sendBulkToSlave().antirez2014-02-051-3/+6
* Cluster: fixed MF condition in clusterHandleSlaveFailover().antirez2014-02-051-1/+5
* Cluster: CLUSTER FAILOVER replies with OK and logs the event.antirez2014-02-051-0/+2
* Cluster: check that a MF is in progress in manualFailoverCheckTimeout().antirez2014-02-051-1/+1
* Cluster: force AUTH ACK on manual failover.antirez2014-02-052-2/+12
* Cluster: manual failover initial implementation.antirez2014-02-052-5/+180
* CLIENT PAUSE and related API implemented.antirez2014-02-043-0/+64
* Scripting: expire keys in scripts only at first access.antirez2014-02-031-5/+11
* Allow CONFIG and SHUTDOWN while in stale-slave state.antirez2014-02-031-2/+2
* Scripting: use mstime() and mstime_t for lua_time_start.antirez2014-02-032-4/+4
* Option "backlog" renamed "tcp-backlog".antirez2014-01-313-13/+18
* Add support for listen(2) backlog definitionNenad Merdanovic2014-01-315-21/+28
* Cluster: configurable replicas migration barrier.antirez2014-01-315-2/+20
* Sentinel: check arity for SENTINEL MASTER command.antirez2014-01-311-0/+1
* Cluster: perform orphaned masters check before continue statements.antirez2014-01-301-11/+11
* Cluster: replica migration implementation.antirez2014-01-301-3/+130
* Cluster: swap two code blocks to have a more obvious flow.antirez2014-01-301-8/+8
* Cluster: remove not needed return statement breaking failover.antirez2014-01-291-1/+0
* Cluster: broadcast pong to other slaves in the same ring.antirez2014-01-291-0/+4
* Cluster: log offset when announcing the failover election delay.antirez2014-01-291-2/+4