1. 19 Dec, 2018 1 commit
  2. 18 Dec, 2018 2 commits
    • artix's avatar
      cc295901
    • artix's avatar
      Cluster Manager: compare key values after BUSYKEY error (migration). · 143bfa1e
      artix authored
      If a key exists in the target node during a migration (BUSYKEY),
      the value of the key on both nodes (source and target) will be compared.
      If the key has the same value on both keys, the migration will be
      automatically retried with the REPLACE argument in order to override
      the target's key.
      
      If the key has different values, the behaviour will depend on such
      cases:
      - In case of 'fix' command, the migration will stop and the user
        will be warned to manually check the key(s).
      - In other cases (ie. reshard), if the user launched the command
        with the --cluster-replace option, the migration will be
        retried with the REPLACE argument, elsewhere the migration will
        stop and the user will be warned.
      143bfa1e
  3. 12 Dec, 2018 1 commit
  4. 10 Dec, 2018 6 commits
  5. 07 Dec, 2018 1 commit
  6. 04 Dec, 2018 1 commit
  7. 23 Nov, 2018 2 commits
  8. 21 Nov, 2018 1 commit
  9. 16 Nov, 2018 1 commit
  10. 06 Nov, 2018 1 commit
  11. 05 Nov, 2018 6 commits
  12. 19 Oct, 2018 1 commit
    • Thomas Orozco's avatar
      cli: pass auth through REDISCLI_AUTH · f24ad5d8
      Thomas Orozco authored
      This adds support for passing a password through a REDISCLI_AUTH
      environment variable (which is safer than the CLI), which might often be
      safer than passing it through a CLI argument.
      
      Passing a password this way does not trigger the warning about passing a
      password through CLI arguments, and CLI arguments take precedence over
      it.
      f24ad5d8
  13. 17 Sep, 2018 2 commits
  14. 11 Sep, 2018 3 commits
  15. 06 Sep, 2018 1 commit
  16. 12 Aug, 2018 1 commit
  17. 13 Jul, 2018 2 commits
  18. 10 Jul, 2018 1 commit
  19. 09 Jul, 2018 4 commits
  20. 03 Jul, 2018 1 commit
  21. 28 Jun, 2018 1 commit