summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Diskless replication: missing listRewind() added.memsyncantirez2014-10-291-1/+5
* Log slave ip:port in more log messages.antirez2014-10-271-6/+11
* Use new slave name function for diskless repl reporting.antirez2014-10-271-4/+4
* Added a function to get slave name for logs.antirez2014-10-273-15/+29
* Diskless replication: log BGSAVE delay only when it is non-zero.antirez2014-10-271-1/+2
* Document repl-diskless-sync-delay in redis.conf.antirez2014-10-271-0/+12
* Diskless sync delay is now configurable.antirez2014-10-274-3/+17
* Remove duplicated log message about starting BGSAVE.antirez2014-10-241-1/+0
* Diskless replication documented inside example redis.conf.antirez2014-10-241-0/+27
* Diskless replication tested with the multiple slaves consistency test.antirez2014-10-241-64/+67
* Diskless replication: child -> parent communication improved.antirez2014-10-231-20/+34
* Translate rio fdset target EWOULDBLOCK error into ETIMEDOUT.antirez2014-10-221-1/+8
* Diskless replication: set / reset socket send timeout.antirez2014-10-221-0/+2
* anet.c: new API anetSendTimeout().antirez2014-10-222-0/+16
* Diskless replication: less debugging printfs around.antirez2014-10-171-1/+0
* rio.c fdset write() method fixed: wrong type for return value.antirez2014-10-171-1/+1
* rio fdset target: handle short writes.antirez2014-10-173-2/+18
* anet.c: API to set sockets back to blocking mode.antirez2014-10-172-4/+18
* Diskless replication: rio fdset target new supports buffering.antirez2014-10-173-1/+56
* Diskless replication: Various fixes to backgroundSaveDoneHandlerSocket()antirez2014-10-171-4/+8
* Diskless replication: don't send "\n" pings to slaves.antirez2014-10-171-1/+3
* Diskless replication: remove 40 bytes EOF mark from end of RDB file.antirez2014-10-171-0/+10
* Diskless replication: swap inverted branches to compute read len.antirez2014-10-171-2/+2
* Diskless replication: don't enter the read-payload branch forever.antirez2014-10-171-0/+3
* syncReadLine(): actually enforce buffer size limits.antirez2014-10-161-0/+1
* Diskless replication: EOF:<mark> streaming support slave side.antirez2014-10-161-7/+60
* Diskless replication: redis.conf and CONFIG SET/GET support.antirez2014-10-164-5/+18
* Diskless replication: trigger a BGSAVE after a config change.antirez2014-10-161-12/+17
* Diskless replication flag renamed repl_diskless -> repl_diskless_sync.antirez2014-10-163-9/+9
* Diskless replication: trigger diskless RDB transfer if needed.antirez2014-10-162-2/+37
* Diskless replication: handle putting the slave online.antirez2014-10-151-31/+57
* Diskless replication: read report from child.antirez2014-10-151-15/+57
* Diskless replication: child writes report to parent.antirez2014-10-151-0/+40
* rio.c fdset target: tolerate (and report) a subset of FDs in error.antirez2014-10-142-3/+22
* Diskless replication: parent-child pipe and a few TODOs.antirez2014-10-142-4/+35
* Diskless replication: RDB -> slaves transfer draft implementation.antirez2014-10-145-28/+200
* rio.c: draft implementation of fdset target implemented.antirez2014-10-102-0/+69
* rio.c refactoring before adding a new target.antirez2014-10-101-17/+24
* Add some comments in syncCommand() to clarify RDB target.antirez2014-10-101-4/+9
* Define different types of RDB childs.antirez2014-10-083-0/+9
* RDB file creation refactored to target non-disk target.antirez2014-10-071-27/+46
* Cluster: nodes.conf added to git ignore list.antirez2014-10-071-0/+1
* Cluster: more chatty slaves when failover is stalled.antirez2014-10-072-4/+94
* Linenoise README updated to match source code.antirez2014-10-061-3/+4
* Merge pull request #1902 from mattsta/comment-fixesSalvatore Sanfilippo2014-10-0644-165/+210
|\
| * redis.conf small grammar fixMiguel Parramon2014-09-291-1/+1
| * Fix typoEzequiel Lovelle2014-09-291-1/+1
| * Fix typo in unit testAniruddh Chaturvedi2014-09-291-2/+2
| * Fix typos in commentsGregory Petrosyan2014-09-291-3/+3
| * Add missing 'by'Matt Stancliff2014-09-291-1/+1