1. 01 Sep, 2014 2 commits
  2. 26 Aug, 2014 5 commits
  3. 25 Aug, 2014 14 commits
  4. 18 Aug, 2014 9 commits
  5. 15 Aug, 2014 1 commit
  6. 13 Aug, 2014 3 commits
  7. 12 Aug, 2014 4 commits
  8. 08 Aug, 2014 2 commits
    • antirez's avatar
      representRedisNodeFlags() moved into right code section. · ded57795
      antirez authored
      The funciton was also modified in order to be more standalone and
      produce an output without trailing spaces, making the reuse simpler.
      The global variable was renamed in cammel case as most other Redis
      globals, except the main ones we refer too many times, like 'server'.
      ded57795
    • charsyam's avatar
      Refactor cluster flag printing · de5465ba
      charsyam authored
      Less copy/paste code duplication.
      
      Closes #952
      de5465ba