- 19 Dec, 2018 1 commit
-
-
artix authored
-
- 18 Dec, 2018 2 commits
-
-
artix authored
-
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.
-
- 12 Dec, 2018 1 commit
-
-
artix authored
Slot assignment status is now checked by using CLUSTER SLOTS. Furthermore, one memory leak has been fixed.
-
- 10 Dec, 2018 6 commits
-
-
artix authored
- Multiple owners checking in 'fix'/'check' commands is now optional (using --cluster-search-multiple-owners). - Updated help.
-
artix authored
- FixOpenSlot now correctly updates in-memory cluster configuration. - Improved output messages.
-
artix authored
in one node and importing state in multiple nodes.
-
artix authored
in 'fix' command.
-
artix authored
-
artix authored
all slots are covered and not open.
-
- 07 Dec, 2018 1 commit
-
-
yura authored
-
- 04 Dec, 2018 1 commit
-
-
yongman authored
-
- 23 Nov, 2018 2 commits
- 21 Nov, 2018 1 commit
-
-
yongman authored
-
- 16 Nov, 2018 1 commit
-
-
yongman authored
-
- 06 Nov, 2018 1 commit
-
-
yongman authored
-
- 05 Nov, 2018 6 commits
- 19 Oct, 2018 1 commit
-
-
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.
-
- 17 Sep, 2018 2 commits
-
-
artix authored
if node is neither migrating nor importing.
-
- 11 Sep, 2018 3 commits
- 06 Sep, 2018 1 commit
-
-
Weiliang Li authored
-
- 12 Aug, 2018 1 commit
-
-
Jeffrey Lovitz authored
-
- 13 Jul, 2018 2 commits
- 10 Jul, 2018 1 commit
-
-
tengfeng authored
-
- 09 Jul, 2018 4 commits
-
-
antirez authored
-
antirez authored
-
antirez authored
We need CC_QUIET in order to fix #5096 by silently failing if needed.
-
minkikim89 authored
-
- 03 Jul, 2018 1 commit
-
-
Jack Drogon authored
-
- 28 Jun, 2018 1 commit
-
-
dejun.xdj authored
-