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

Is redis support azure redis #36

Open
wuhancaipeng opened this issue Sep 8, 2017 · 5 comments
Open

Is redis support azure redis #36

wuhancaipeng opened this issue Sep 8, 2017 · 5 comments

Comments

@wuhancaipeng
Copy link

wuhancaipeng commented Sep 8, 2017

I want to connection zaure redis but always fail,Do you support support azure redis?

@ssong-van
Copy link
Contributor

There was a PR while back to support Azure Redis #21

What's the error you are getting? I'm not personally familiar with Azure but could help with Redis errors.

@wuhancaipeng
Copy link
Author

wuhancaipeng commented Sep 11, 2017

Do you support support azure redis SSL port 6380 .I use ssl port 6380 I can't connection but when I use no ssl port 6379 I can connection successful.

@ssong-van ssong-van reopened this Sep 11, 2017
@ssong-van
Copy link
Contributor

Redis connection is handled by rediscala which doesn't support SSL connection. Here is the related ticket. etaty/rediscala#179

@ssong-van
Copy link
Contributor

Microsoft mentions jedis for SSL connection. One way to test is to fork this project and replace rediscala with jedis. https://docs.microsoft.com/en-us/azure/redis-cache/cache-java-get-started

@epot
Copy link
Contributor

epot commented Mar 14, 2018

Just FYI I managed to use this plugin on Azure. I am running stunnel on the machine that needs to connect to Redis.

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

3 participants