summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Redis 2.8.3.2.8.3antirez2013-12-112-1/+19
* Replication: publish the slave_repl_offset when disconnected from master.antirez2013-12-111-1/+8
* Return proper error on requests with an unbalanced number of quotes.Yossi Gottlieb2013-12-112-0/+13
* 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-102-1/+18
* Handle inline requested terminated with just \n.antirez2013-12-101-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 typo in redis.conf.antirez2013-12-061-1/+1
* Grammar fix.Anurag Ramdasan2013-12-051-1/+1
* fixed typoAnurag Ramdasan2013-12-051-1/+1
* Fixed grammar: 'usually' to 'usual'Anurag Ramdasan2013-12-051-1/+1
* Fixed grammar: before H the article is a, not an.antirez2013-12-0518-28/+28
* Fixed typos in redis.conf file.antirez2013-12-051-8/+8
* Removed old comments and dead code from freeClient().antirez2013-12-032-14/+14
* Grammar fix in freeClient().antirez2013-12-031-1/+1
* 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