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

fix(Cluster): don't fetch node info from the subscribe #697

Merged
merged 4 commits into from
Oct 8, 2018

Commits on Sep 14, 2018

  1. fix(Cluster): don't fetch node info from the subscribe

    This fix will skip the subscriber who can't execute
    any command.
    
    Close #696
    luin committed Sep 14, 2018
    Configuration menu
    Copy the full SHA
    ba4201c View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2018

  1. add actions for subscriber

    luin committed Sep 19, 2018
    Configuration menu
    Copy the full SHA
    19947b3 View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2018

  1. fix(cluster): robust solution for pub/sub in cluster

    Previously (v3 & v4.0.0), ioredis reuse the existing connection
    for subscription, which will cause problem when executing commands
    on the reused connection.
    
    From now on, a specialized connection will be created when any
    subscription has made. This solves the problem above perfectly.
    
    Close #696
    luin committed Oct 6, 2018
    Configuration menu
    Copy the full SHA
    4c6ffeb View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2018

  1. Configuration menu
    Copy the full SHA
    66ae70b View commit details
    Browse the repository at this point in the history