- 09 Jan, 2019 17 commits
-
-
antirez authored
-
antirez authored
-
antirez authored
-
antirez authored
-
antirez authored
-
antirez authored
-
antirez authored
-
antirez authored
-
antirez authored
-
antirez authored
-
antirez authored
-
antirez authored
-
antirez authored
-
antirez authored
-
Salvatore Sanfilippo authored
Remove documentation about geohash-int in deps repo.
-
Salvatore Sanfilippo authored
Cluster Manager del-node: use CLUSTER RESET in place of SHUTDOWN
-
Salvatore Sanfilippo authored
Update ae.c
-
- 06 Jan, 2019 1 commit
-
-
chenyangyang authored
Update comment
-
- 03 Jan, 2019 1 commit
-
-
Uman Shahzad authored
-
- 27 Dec, 2018 1 commit
-
-
artix authored
See issue #5687
-
- 21 Dec, 2018 1 commit
-
-
antirez authored
-
- 19 Dec, 2018 3 commits
-
-
Salvatore Sanfilippo authored
Cluster Manager: enable --cluster-replace also for 'fix' command.
-
artix authored
-
Salvatore Sanfilippo authored
Fixed memory leak in clusterManagerCompareKeysValues.
-
- 18 Dec, 2018 3 commits
-
-
artix authored
-
Salvatore Sanfilippo authored
Cluster Manager: compare key values after BUSYKEY error (migration).
-
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 5 commits
-
-
Salvatore Sanfilippo authored
Cluster Manager: avoid using reply error messages to check slot status.
-
artix authored
Slot assignment status is now checked by using CLUSTER SLOTS. Furthermore, one memory leak has been fixed.
-
antirez authored
-
antirez authored
Related to issue #5686 and PR #5689.
-
Salvatore Sanfilippo authored
evict: don't care about mem if loading
-
- 11 Dec, 2018 8 commits
-
-
antirez authored
See #5663.
-
zhaozhao.zz authored
When loading data, we call processEventsWhileBlocked to process events and execute commands. But if we are loading AOF it's dangerous, because processCommand would call freeMemoryIfNeeded to evict, and that will break data consistency, see issue #5686.
-
antirez authored
-
antirez authored
Verified to be able to trigger at least #5632. Does not report other issues.
-
antirez authored
See #5632.
-
Salvatore Sanfilippo authored
fix comments fault discription
-
Salvatore Sanfilippo authored
fix a typo: craeted -> created
-
Salvatore Sanfilippo authored
multi: ignore multiState's cmd_flags when loading AOF
-