summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Redis 2.8.2.2.8.2antirez2013-12-022-1/+10
* Sentinel: don't write HZ when flushing config.antirez2013-12-021-7/+11
* Sentinel: better time desynchronization.antirez2013-12-021-5/+10
* Stop writes on MISCONF only if instance is a master.antirez2013-11-281-2/+4
* SLAVEOF command refactored into a proper API.antirez2013-11-282-15/+28
* 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
* Redis 2.8.1.2.8.1antirez2013-11-252-1/+10
* Merge pull request #1370 from yaauie/deprecate-redis-copy-script-2.8Salvatore Sanfilippo2013-11-251-55/+12
|\
| * Deprecate utils/redis-copy.rb in favor of redis-copy gemRyan Biesemeyer2013-11-081-55/+12
* | 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
* | Fix false positive in memory efficiency test.antirez2013-11-251-1/+1
* | Redis 2.8.0.2.8.0antirez2013-11-222-1/+10
* | Sentinel: example sentinel.conf updated.antirez2013-11-211-31/+27
* | 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
* | 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-211-2/+13
* | Sentinel: take the replication offset in slaves state.antirez2013-11-211-1/+11
* | CONFIG REWRITE: don't add the signature if it already exists.antirez2013-11-211-1/+5
* | Sentinel: distinguish between is-master-down-by-addr requests.antirez2013-11-212-7/+15
* | Sentinel: various fixes to leader election implementation.antirez2013-11-211-28/+40
* | Sentinel: failover script execution fixed.antirez2013-11-211-9/+21
* | Sentinel: no longer used defines removed.antirez2013-11-211-8/+1
* | Sentinel: when writing config on disk, remember sentinels runid.antirez2013-11-211-4/+8
* | Sentinel: arity of known-sentinel/slave is 4 not 3.antirez2013-11-211-2/+2
* | Sentinel: rewriteConfigSentinelOption() sub-iterators var typo fixed.antirez2013-11-211-2/+2
* | Sentinel: call sentinelFlushConfig() to persist state when needed.antirez2013-11-211-2/+22
* | Sentinel: sentinelFlushConfig() to CONFIG REWRITE + fsync.antirez2013-11-212-0/+23
* | Sentinel: CONFIG REWRITE support for Sentinel config.antirez2013-11-213-4/+112
* | Sentinel: can-failover option removed, many comments fixed.antirez2013-11-211-76/+29
* | Fix typo 'configuraiton' in rewriteConfigRewriteLine() comment.antirez2013-11-211-1/+1
* | Sentinel: added config options useful to take state on config rewrite.antirez2013-11-211-0/+29
* | Sentinel: failover abort function simplified.antirez2013-11-211-27/+2
* | Sentinel: slaves reconfig delay modified.antirez2013-11-211-2/+2
* | Sentinel: failover restart time is now multiple of failover timeout.antirez2013-11-211-2/+2
* | Sentinel: state machine and timeouts simplified.antirez2013-11-211-47/+48
* | Sentinel: election timeout define.antirez2013-11-211-1/+2
* | Sentinel: fix address of master in Hello messages.antirez2013-11-211-1/+2
* | Sentinel: master address selection in get-master-address refactored.antirez2013-11-211-12/+20
* | Sentinel: fix conditional to only affect slaves with wrong master.antirez2013-11-211-0/+1
* | Sentinel: simplify and refactor slave reconfig code.antirez2013-11-211-22/+21
* | Sentinel: reconfigure slaves to right master.antirez2013-11-211-1/+27
* | Sentinel: remember last time slave changed master.antirez2013-11-211-4/+18