1. 13 Jan, 2015 1 commit
    • antirez's avatar
      Cluster: clusterMsgDataGossip structure, explict padding + minor stuff. · 45e2a26d
      antirez authored
      Also explicitly set version to 0, add a protocol version define, improve
      comments in the gossip structure.
      
      Note that the structure layout is the same after the change, we are just
      making the padding explicit with an additional not used 16 bits field.
      So this commit is still able to talk with the previous versions of
      cluster nodes.
      45e2a26d
  2. 09 Dec, 2014 1 commit
    • antirez's avatar
      Cluster PUBLISH message: fix totlen count. · 73996c86
      antirez authored
      bulk_data field size was not removed from the count. It is not possible
      to declare it simply as 'char bulk_data[]' since the structure is nested
      into another structure.
      73996c86
  3. 08 Oct, 2014 1 commit
  4. 06 Oct, 2014 1 commit
    • Matt Stancliff's avatar
      Clean up text throughout project · bd62c952
      Matt Stancliff authored
        - Remove trailing newlines from redis.conf
        - Fix comment misspelling
        - Clarifies zipEncodeLength usage and a C API mention (#1243, #1242)
        - Fix cluster typos (inspired by @papanikge #1507)
        - Fix rewite -> rewrite in a few places (inspired by #682)
      
      Closes #1243, #1242, #1507
      bd62c952
  5. 19 Sep, 2014 1 commit
  6. 26 Aug, 2014 1 commit
  7. 23 May, 2014 1 commit
  8. 16 Apr, 2014 1 commit
  9. 11 Mar, 2014 3 commits
  10. 27 Feb, 2014 1 commit
  11. 10 Feb, 2014 3 commits
  12. 05 Feb, 2014 2 commits
  13. 31 Jan, 2014 1 commit
  14. 29 Jan, 2014 2 commits
  15. 28 Jan, 2014 3 commits
  16. 29 Nov, 2013 2 commits
  17. 08 Nov, 2013 1 commit
  18. 09 Oct, 2013 2 commits