Open robertlyson opened 2 years ago
Thanks for reporting. recently we update the redis plugin, could you help check https://plugins.jetbrains.com/plugin/12820-redis/versions/stable/129110 the old version like 20210729 to see if it works.
Tested with prev. versions but had the same issue, but then I enabled non-SSL connection in my Redis instance settings and it's started working with port 6379.
Are you planning to support SSL? Thanks for looking into the issue.
Actually, latest version doesn't even work with non SSL from what I see now
Version 20210729 works fine with non SSL connection
Are you planning to support SSL? Thanks for looking into the issue.
Oh, just spotted this
and I configured it with this docs and I'm able to connect to redis from command line on SSL port, but still no luck through your plugin on latest version. Will downgrade to 20210729 one more time and will see if I can now connect via SSL.
Actually, that was my mistake, my stunnel wasn't working, this helped me resolve.
Here is a summary of my testing.
version: 20211005 (latest) SSL: works non-SSL: doesn't work
version: 20210729 SSL: works non-SSL: works
Hope that helps.
Thanks alot for helping. will check it soon.
Please help check if it works https://drive.google.com/file/d/1Po9fWGLHycujZMtMT88H8P1fq3V45_aA/view?usp=sharing Will release the new version in next two days.
Hi,
Seems like I can't connect to my instance of Redis (Azure Cache)
Azure Cache is running 4.x version of Redis.
I'm able to connect it from e.g. my integration tests (.NET). Today I bought lic, but I'm quite sure I was able to connect when checking the trial version a couple of months ago. Do you know what I'm doing wrong?