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

Azure cache for redis connection #51

Open
jmglezgz opened this issue Dec 1, 2020 · 1 comment
Open

Azure cache for redis connection #51

jmglezgz opened this issue Dec 1, 2020 · 1 comment

Comments

@jmglezgz
Copy link

jmglezgz commented Dec 1, 2020

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

@hero3616
Copy link

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="
}

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

2 participants