We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi guys, Thanks for this tool!, really appreciated... Is it possible to connect Azure cache for redis?
Which is the configuration?
Thanks so much, Jose
The text was updated successfully, but these errors were encountered:
Yes I connect to Azure Redis using this tool (RedisStudio-en-0.1.5.exe). You have to use stunnel. Configured stunnel on port 6380.
stunnel configuration (on Windows):
[redis-cli] client = yes accept = 127.0.0.1:6380 connect = <name of azure redis>.redis.cache.windows.net:6380
RedisStudio configuration (Config.json that it generates):
{ "name": "Azure-Redis-stunnel", "ip": "127.0.0.1", "port": 6380, "auth": "173aY9aGv7bFQvAypGJFOTxpEvL1R7ZWQAzCaAFCMYQ=" }
Sorry, something went wrong.
No branches or pull requests
Hi guys, Thanks for this tool!, really appreciated...
Is it possible to connect Azure cache for redis?
Which is the configuration?
Thanks so much,
Jose
The text was updated successfully, but these errors were encountered: