-
Notifications
You must be signed in to change notification settings - Fork 988
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[#2341] Initialize slots with empty BitSet in RedisClusterNode's cons…
…tructors (#2852) * fix(#2341): Initialize slots with empty BitSet in RedisClusterNode's constructors * test(#2341): Add test cases for slot initialization in RedisClusterNode constructors * fix(#2341): Initialize RedisClusterNode slots with SlotHash.SLOT_COUNT * chore(#2341): Adjust the formatting * test(#2341):Add test cases for hasSameSlotsAs() * fix(#2341): Clone node2 from node1 using the RedisClusterNode constructor and compare the two clusters with hasSameSlotsAs()
- Loading branch information
Showing
2 changed files
with
93 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters