1. 16 Jan, 2018 1 commit
    • Oran Agra's avatar
      PSYNC2 fix - promoted slave should hold on to it's backlog · 689b64c3
      Oran Agra authored
      after a slave is promoted (assuming it has no slaves
      and it booted over an hour ago), it will lose it's replication
      backlog at the next replication cron, rather than waiting for slaves
      to connect to it.
      so on a simple master/slave faiover, if the new slave doesn't connect
      immediately, it may be too later and PSYNC2 will fail.
      689b64c3
  2. 15 Jan, 2018 3 commits
  3. 14 Jan, 2018 1 commit
  4. 12 Jan, 2018 5 commits
  5. 11 Jan, 2018 4 commits
  6. 09 Jan, 2018 4 commits
  7. 07 Jan, 2018 1 commit
  8. 05 Jan, 2018 2 commits
  9. 03 Jan, 2018 1 commit
  10. 29 Dec, 2017 2 commits
  11. 22 Dec, 2017 3 commits
  12. 15 Dec, 2017 2 commits
  13. 14 Dec, 2017 4 commits
  14. 13 Dec, 2017 2 commits
  15. 12 Dec, 2017 1 commit
  16. 06 Dec, 2017 1 commit
    • antirez's avatar
      Change indentation and other minor details of PR #4489. · 522760fa
      antirez authored
      The main change introduced by this commit is pretending that help
      arrays are more text than code, thus indenting them at level 0. This
      improves readability, and is an old practice when defining arrays of
      C strings describing text.
      
      Additionally a few useless return statements are removed, and the HELP
      subcommand capitalized when printed to the user.
      522760fa
  17. 05 Dec, 2017 3 commits