1. 程式人生 > >azure連線redis

azure連線redis

azure連線redis


azure官方參考:https://docs.microsoft.com/zh-cn/azure/redis-cache/cache-how-to-redis-cli-tool
但是他只介紹了win版。linux版參考如下:
參考:https://blog.csdn.net/xiao1bao/article/details/6105076
1 安裝gcc openssl-devel
2 ./configure --prefix=/usr/local/stunnel
3 配置檔案cp到/usr/local/etc/stunnel/stunnel.conf
4 啟動:stunnel
5 檢視埠:
[[email protected]

stunnel]# netstat -lntup|grep stunnel
tcp 0 0 127.0.0.1:110 0.0.0.0:* LISTEN 129917/stunnel
tcp 0 0 127.0.0.1:143 0.0.0.0:* LISTEN 129917/stunnel
tcp 0 0 127.0.0.1:25 0.0.0.0:* LISTEN 129917/stunnel

6.連線
redis-cli -p 6380
auth xxxxx
info