-
Notifications
You must be signed in to change notification settings - Fork 30
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
Comments
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. |
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. |
Redis connection is handled by rediscala which doesn't support SSL connection. Here is the related ticket. etaty/rediscala#179 |
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 |
Just FYI I managed to use this plugin on Azure. I am running stunnel on the machine that needs to connect to Redis. |
I want to connection zaure redis but always fail,Do you support support azure redis?
The text was updated successfully, but these errors were encountered: