RedisStudio icon indicating copy to clipboard operation
RedisStudio copied to clipboard

Azure cache for redis connection

Open jmglezgz opened this issue 5 years ago • 1 comments

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

jmglezgz avatar Dec 01 '20 18:12 jmglezgz

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

hero3616 avatar Dec 28 '21 16:12 hero3616