Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[#2341] Initialize slots with empty BitSet in RedisClusterNode's constructors #2852

Merged
merged 6 commits into from
Jul 12, 2024

Commits on Jul 12, 2024

  1. fix(redis#2341): Initialize slots with empty BitSet in RedisClusterNo…

    …de's constructors
    zeze1004 authored and tishun committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    4db2cf7 View commit details
    Browse the repository at this point in the history
  2. test(redis#2341): Add test cases for slot initialization in RedisClus…

    …terNode constructors
    zeze1004 authored and tishun committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    f5fc05b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4ab70ad View commit details
    Browse the repository at this point in the history
  4. chore(redis#2341): Adjust the formatting

    zeze1004 authored and tishun committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    e5ea295 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c5b8720 View commit details
    Browse the repository at this point in the history
  6. fix(redis#2341): Clone node2 from node1 using the RedisClusterNode co…

    …nstructor and compare the two clusters with hasSameSlotsAs()
    zeze1004 authored and tishun committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    18572c0 View commit details
    Browse the repository at this point in the history