summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* Cluster: added progressive election delay according to slave rank.antirez2014-01-292-3/+28
* Cluster: function clusterGetSlaveRank() added.antirez2014-01-293-9/+52
* Cluster: update node replication offset from bus packets headers.antirez2014-01-291-0/+3
* Cluster: refactoring: new macros to check node flags.antirez2014-01-292-62/+54
* Cluster: use myself instead of server->cluster.myself.antirez2014-01-291-67/+52
* Cluster: added a global myself pointer in cluster.c.antirez2014-01-291-6/+8
* Cluster: clusterBroadcastPong() improved with target selection.antirez2014-01-291-3/+20
* Cluster: broadcast master/slave replication offset in bus header.antirez2014-01-282-10/+25
* Cluster: limit cluster.h to 80 cols.antirez2014-01-281-3/+4
* Cluster: introduced repl_offset fields in clusterNode.antirez2014-01-282-4/+8
* Fixed inverted if condition in MISCONF error code path.antirez2014-01-281-1/+1
* Don't log MONITOR clients as disconnecting slaves.antirez2014-01-251-1/+1
* Cluster: redis-trib set-timeout implemented.antirez2014-01-241-5/+34
* Cluster: update slaves lists in clusterSetMaster().antirez2014-01-221-0/+4
* Cluster: CLUSTER SLAVES subcommand added.antirez2014-01-221-0/+22
* Cluster: clusterGenNodesDescription() refactored into two functions.antirez2014-01-221-68/+80
* redis-cli --help output improved with --scan and periods.antirez2014-01-221-22/+24
* redis-cli: support for --scan option.antirez2014-01-221-0/+46
* Use fflush() before fsync() in rio.c.antirez2014-01-221-0/+1
* Cluster: master nodes wait before rejoining the cluster after reboot.antirez2014-01-201-1/+16
* Cluster: debug printf statemets removed.antirez2014-01-201-18/+3
* Cluster: don't rewrite slaveof config directive in cluster mode.antirez2014-01-201-2/+3
* Cluster: fix error reporting when slaveof is found in config.antirez2014-01-201-1/+6
* Cluster: allow CLUSTER REPLICATE to switch master.antirez2014-01-171-4/+6
* Set server.repl_down_since to 0 when changing master.antirez2014-01-171-0/+1
* Cluster: redis-trib shows number of replicas of masters.antirez2014-01-171-0/+2