未验证 提交 b210d7b2 编写于 作者: I Igor Malinovskiy 提交者: GitHub

Update quick-start.md

上级 65dac645
......@@ -75,20 +75,6 @@ If you need advanced SSH tunneling you should setup a SSH tunnel manually and co
ssh SSH_HOST -L 7000:localhost:6379
```
### How to connect to Redis ElastiCache through EC2
Follow instructions from [this blog post](https://userify.com/blog/howto-connect-redis-ec2-ssh-tunnel-elasticache/)
### How to connect to Redis ElastiCache with In-Transit Encryption through EC2
#### Using RDM >=0.9.9
Click on "Enable TLS-over-SSH" in the the SSH connection settings and follow instructions from section [How to connect to Redis ElastiCache through EC2](#how-to-connect-to-redis-elasticache-through-ec2)
#### Using RDM <0.9.9
Follow instructions from [this documentation section to setup `stunnel` on an EC2 instance](https://docs.aws.amazon.com/AmazonElastiCache/latest/red-ug/in-transit-encryption.html#connect-tls)
After that [connect to your Redis ElastiCache through EC2](#how-to-connect-to-redis-elasticache-through-ec2).
## Connect to a UNIX socket
RDM [doesn't support UNIX sockets](https://github.com/uglide/RedisDesktopManager/issues/1751) directly, but you can use redirecting of the local socket to the UNIX domain socket, for instance with [socat](https://sourceforge.net/projects/socat):
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册