summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * 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
* | redis-cli: add missing newline in error message.antirez2014-10-151-1/+1
* | Merge branch 'unstable' of github.com:/antirez/redis into unstableantirez2014-10-091-1/+1
|\ \
| * | Fix DEBUG POPULATE warning for lack of casting.antirez2014-10-091-1/+1
* | | 02_upload_tarball.sh: let me exit before updating site.antirez2014-10-091-1/+2
|/ /
* | Cluster: process gossip section only for known nodes.antirez2014-10-081-5/+8
* | Cluster: fix logic to detect we are among a minority.antirez2014-10-081-9/+8
* | Cluster test: helpers/onlydots.tcl: detect EOF and exit.antirez2014-10-081-1/+3
* | Cluster test: less console-spammy resharding test.antirez2014-10-082-2/+19
|/
* 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
| * Fix typo in scripting.c commentJuarez Bochi2014-09-291-1/+1
| * Fix typo radis -> redisT.J. Schuck2014-09-291-1/+1
| * Cleanup wording of dictScan() commentMatt Stancliff2014-09-291-31/+31
| * Fix comment inconsistencies in ziplist.cXiaojie Zhang2014-09-291-3/+4
| * Fix sentinel.conf typoJan-Erik Rediger2014-09-291-1/+1
| * Remove trailing spaces from testsMatt Stancliff2014-09-299-21/+21
| * Fix spelling in some test casesMatt Stancliff2014-09-295-5/+5
| * Spell software correctlyMatt Stancliff2014-09-295-5/+5
| * Clean up text throughout projectMatt Stancliff2014-09-297-33/+33
| * Fix hash table size in comment for dictScanMichael Parker2014-09-291-1/+1
| * Fix on-place -> in-placeTed Nyman2014-09-291-1/+1
| * Fix typo in redis.hxuxiang2014-09-291-1/+1
| * Grammar and typo fixes in redis.confBen2014-09-291-17/+16
| * Fix typosAaron Rutkovsky2014-09-294-7/+7
| * Fix typo: ad -> andJan-Erik Rediger2014-09-291-2/+2
| * Fix typoAgis Anastasopoulos2014-09-291-1/+1
| * Fix typo in 00-RELEASENOTESDmitry Chestnykh2014-09-291-1/+1
| * Fix typoJuarez Bochi2014-09-291-1/+1
| * Fix typo in redis.confJan-Erik Rediger2014-09-291-1/+1
| * Fix incorrect commentszionwu2014-09-292-2/+2
| * Fix many small typosJan-Erik Rediger2014-09-291-12/+12
| * Update linenoise accessory filesMatt Stancliff2014-09-293-10/+55
| * Remove surplus double quotesLynn2014-09-291-1/+1
| * Improve disable save comment in redis.confManuel Meurer2014-09-291-1/+1
* | Test: check that INCR object sharing works as expected.antirez2014-10-031-0/+23
* | INCR: Modify incremented object in-place when possible.antirez2014-10-031-5/+15
|/