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

能否支持下ssl 加密 #58

Open
Sunninsky opened this issue Aug 13, 2024 · 0 comments
Open

能否支持下ssl 加密 #58

Sunninsky opened this issue Aug 13, 2024 · 0 comments

Comments

@Sunninsky
Copy link

目前client初始化方式

RedisURI.Builder builder =
RedisURI.builder()
.withHost(singleConfig.getHost())
.withPort(singleConfig.getPort())
没有是否加密的接口, 我们的实际使用情况是需要开启这个就像

val uri = RedisURI.builder().withHost(endpoint) // .withPort(Integer.parseInt(port)) .withSsl(true) .build(); val clusterClient = RedisClusterClient.create(uri);

@jeff-zou

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

No branches or pull requests

1 participant