summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Sentinel: dead code removed.antirez2013-12-131-9/+0
* Makefile: remove odd syntax not compatible with some make versions.antirez2013-12-121-2/+6
* Merge pull request #1460 from codeeply/simplify2Salvatore Sanfilippo2013-12-121-1/+1
|\
| * comment mistake fixedcodeeply2013-12-121-1/+1
* | Replication: publish the slave_repl_offset when disconnected from master.antirez2013-12-111-1/+8
* | Merge pull request #1451 from yossigo/unbalanced-quotes-fixSalvatore Sanfilippo2013-12-111-0/+5
|\ \
| * | Return proper error on requests with an unbalanced number of quotes.Yossi Gottlieb2013-12-081-0/+5
| |/
* | Fix wrong repldboff type which causes dropped replication in rare cases.Yossi Gottlieb2013-12-111-1/+1
* | Slaves heartbeats during sync improved.antirez2013-12-103-15/+29
* | dict.c: added optional callback to dictEmpty().antirez2013-12-108-21/+22
* | Log empty DB + Loading data into two separated messages.antirez2013-12-101-1/+2
* | Don't send more than 1 newline/sec while loading RDB.antirez2013-12-101-2/+6
* | Slaves heartbeat while loading RDB files.antirez2013-12-092-1/+18
* | Handle inline requested terminated with just \n.antirez2013-12-091-1/+8
|/
* Sentinel: fix reported role info sampling.antirez2013-12-061-10/+10
* Sentinel: fix reported role fields when master is reset.antirez2013-12-061-0/+2
* Fixed grammar: before H the article is a, not an.antirez2013-12-0519-32/+32
* Fix clients timeout handling.antirez2013-12-051-2/+7
* WAIT command: synchronous replication for Redis.antirez2013-12-045-4/+177
* blocked.c API commented.antirez2013-12-031-0/+33
* BLPOP blocking code refactored to be generic & reusable.antirez2013-12-037-61/+169
* Removed old comments and dead code from freeClient().antirez2013-12-032-14/+14
* Grammar fix in freeClient().antirez2013-12-031-1/+1
* Sentinel: don't write HZ when flushing config.antirez2013-12-021-7/+11
* Sentinel: better time desynchronization.antirez2013-12-021-5/+10
* Cluster: nodes re-addition blacklist API.antirez2013-12-021-0/+69
* Cluster: basic data structures for nodes black list.antirez2013-11-294-0/+16
* Cluster: some code about clusterHandleSlaveFailover() marginally improved.antirez2013-11-292-13/+15
* Stop writes on MISCONF only if instance is a master.antirez2013-11-281-2/+4
* Reply to PING with error when there is a MISCONF state.antirez2013-11-281-1/+2
* Sentinel: log vote received from other Sentinels.antirez2013-11-281-0/+5
* fix a bug in sentinel.c about pub/sub linkhuangz19902013-11-261-3/+2
* Sentinel: fixes inverted strcmp() test preventing config updates.antirez2013-11-251-1/+1
* Sentinel: fix type specifier for Hello msg generation.antirez2013-11-251-2/+2
* Sentinel: different comments updated to new implementation.antirez2013-11-211-21/+18
* Sentinel: cleanup around SENTINEL_INFO_VALIDITY_TIME.antirez2013-11-211-15/+25
* Sentinel: removed mem leak and useless code.antirez2013-11-211-8/+0
* Merge branch 'newsentinel' into unstableantirez2013-11-214-569/+790
|\
| * Sentinel: manual failover works again.antirez2013-11-211-2/+5
| * Sentinel: test for writable config file.antirez2013-11-213-2/+14
| * Sentinel: check for disconnected links in sentinelSendHello().antirez2013-11-211-0/+1
| * Sentinel: Hello message sending code refactored.antirez2013-11-211-21/+41
| * Sentinel: select slave with best (greater) replication offset.antirez2013-11-201-2/+13
| * Sentinel: take the replication offset in slaves state.antirez2013-11-201-1/+11
| * CONFIG REWRITE: don't add the signature if it already exists.antirez2013-11-191-1/+5
| * Sentinel: distinguish between is-master-down-by-addr requests.antirez2013-11-192-7/+15
| * Sentinel: various fixes to leader election implementation.antirez2013-11-191-28/+40
| * Sentinel: failover script execution fixed.antirez2013-11-191-9/+21
| * Sentinel: no longer used defines removed.antirez2013-11-191-8/+1
| * Sentinel: when writing config on disk, remember sentinels runid.antirez2013-11-191-4/+8