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

redis 元数据中心,目前不支持集群? #3817

Closed
2 tasks done
wuhulala opened this issue Apr 7, 2019 · 1 comment · Fixed by #3863
Closed
2 tasks done

redis 元数据中心,目前不支持集群? #3817

wuhulala opened this issue Apr 7, 2019 · 1 comment · Fixed by #3863

Comments

@wuhulala
Copy link
Contributor

wuhulala commented Apr 7, 2019

  • I have searched the issues of this repository and believe that this is not a duplicate.
  • I have checked the FAQ of this repository and believe that this is not a duplicate.

Environment

  • Dubbo version: 2.7.2-SNAPSHOT
  • Operating System version: windows1
  • Java version: 1.8

Steps to reproduce this issue

public class RedisMetadataReport extends AbstractMetadataReport {

    private final static Logger logger = LoggerFactory.getLogger(RedisMetadataReport.class);

    final JedisPool pool;

    public RedisMetadataReport(URL url) {
        super(url);
        pool = new JedisPool(new JedisPoolConfig(), url.getHost(), url.getPort());
    }
}

I see the construct method used JedisPool,
if cluster ,how should do?

@cvictory
Copy link
Contributor

cvictory commented Apr 8, 2019 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants