summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Redis 2.9.101 (3.0.0 Release Candidate 1).3.0.0-rc1antirez2014-10-092-1/+62
* Cluster: process gossip section only for known nodes.antirez2014-10-091-5/+8
* Cluster: fix logic to detect we are among a minority.antirez2014-10-091-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-081-0/+1
* Cluster: more chatty slaves when failover is stalled.antirez2014-10-082-4/+94
* Linenoise README updated to match source code.antirez2014-10-061-3/+4
* Test: check that INCR object sharing works as expected.antirez2014-10-061-0/+23
* INCR: Modify incremented object in-place when possible.antirez2014-10-061-5/+15
* redis.conf small grammar fixMiguel Parramon2014-10-061-1/+1
* Fix typoEzequiel Lovelle2014-10-061-1/+1
* Fix typo in unit testAniruddh Chaturvedi2014-10-061-2/+2
* Fix typos in commentsGregory Petrosyan2014-10-061-3/+3
* Add missing 'by'Matt Stancliff2014-10-061-1/+1
* Fix typo in scripting.c commentJuarez Bochi2014-10-061-1/+1
* Fix typo radis -> redisT.J. Schuck2014-10-061-1/+1
* Cleanup wording of dictScan() commentMatt Stancliff2014-10-061-31/+31
* Fix comment inconsistencies in ziplist.cXiaojie Zhang2014-10-061-3/+4
* Fix sentinel.conf typoJan-Erik Rediger2014-10-061-1/+1
* Remove trailing spaces from testsMatt Stancliff2014-10-069-21/+21
* Fix spelling in some test casesMatt Stancliff2014-10-065-5/+5
* Spell software correctlyMatt Stancliff2014-10-065-5/+5
* Clean up text throughout projectMatt Stancliff2014-10-067-33/+33
* Fix hash table size in comment for dictScanMichael Parker2014-10-061-1/+1
* Fix on-place -> in-placeTed Nyman2014-10-061-1/+1
* Fix typo in redis.hxuxiang2014-10-061-1/+1
* Grammar and typo fixes in redis.confBen2014-10-061-17/+16
* Fix typosAaron Rutkovsky2014-10-064-7/+7
* Fix typo: ad -> andJan-Erik Rediger2014-10-061-2/+2
* Fix typoAgis Anastasopoulos2014-10-061-1/+1
* Fix typoJuarez Bochi2014-10-061-1/+1
* Fix typo in redis.confJan-Erik Rediger2014-10-061-1/+1
* Fix incorrect commentszionwu2014-10-062-2/+2
* Fix many small typosJan-Erik Rediger2014-10-061-12/+12
* Update linenoise accessory filesMatt Stancliff2014-10-063-10/+55
* Remove surplus double quotesLynn2014-10-061-1/+1
* Improve disable save comment in redis.confManuel Meurer2014-10-061-1/+1
* redis-trib should not abort easily on connection issues.antirez2014-10-061-2/+7
* DEBUG POPULATE two args form implemented.antirez2014-10-061-2/+4
* Linenoise lib updated.antirez2014-09-222-35/+50
* Fix hiredis getaddrinfo leakMatt Stancliff2014-09-191-0/+1
* anetPeerToString(): make unix sockets distinguishable.antirez2014-09-191-1/+1
* anetPeerToString() refactoring and more explicit checks.antirez2014-09-191-8/+19
* Unix domain sockets incorrectly listed as IPv6.Yossi Gottlieb2014-09-191-1/+4
* Cluster: claim ping_sent time even if we can't connect.antirez2014-09-191-0/+6
* Cluster: new option to work with partial slots coverage.antirez2014-09-196-6/+40
* Better truncated AOF loading tests.antirez2014-09-171-2/+29
* Seek at the end of AOF after truncate call.antirez2014-09-171-3/+10
* On AOF end of file, truncate the AOF to last valid command.antirez2014-09-171-3/+16