You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/quick-start.md
+29-30Lines changed: 29 additions & 30 deletions
Original file line number
Diff line number
Diff line change
@@ -2,53 +2,54 @@
2
2
***
3
3
4
4
5
-
After you[install](install.md)RDM the first you need to do in order to start using it is create Connection to your Redis server. On the main screen press button **Connect to Redis Server**.
5
+
After you've [installed](install.md)Redis Desktop Manager, the first thing you need to do in order to get going is to create a connection to your Redis server. On the main window, press the button labelled**Connect to Redis Server**.
If you want to connect to redis-server with SSL you need to enable SSL on the second tab and provide a public key in PEM format. Bellow you can find instructions for particular cloud services.
17
+
## Connect to a public redis-server with SSL
18
+
If you want to connect to a redis-server instance with SSL you need to enable SSL on the second tab and provide a public key in PEM format.
19
+
Instructions for certain cloud services are below:
If you need advanced SSH tunneling you should setup SSH tunnel manually and connect via localhost:
52
+
If you need advanced SSH tunneling you should setup a SSH tunnel manually and connect via localhost:
52
53
```
53
54
ssh SSH_HOST -L 7000:localhost:6379
54
55
```
@@ -59,32 +60,30 @@ Follow instructions from [this blog post](https://userify.com/blog/howto-connect
59
60
### How to connect to Redis ElastiCache with In-Transit Encryption through EC2
60
61
#### Using RedisDesktopManager >=0.9.9
61
62
62
-
Click on "Enable TLS-over-SSH" in SSH connection settings and follow instructions from section [How to connect to Redis ElastiCache through EC2](#how-to-connect-to-redis-elasticache-through-ec2)
63
+
Click on "Enable TLS-over-SSH" in 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)
63
64
64
65
65
66
#### Using RedisDesktopManager <0.9.9
66
-
Follow instructions from [this documentation section to setup `stunnel` on EC2 instance](https://docs.aws.amazon.com/AmazonElastiCache/latest/red-ug/in-transit-encryption.html#connect-tls)
67
+
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)
67
68
68
-
After that [connect to your Redis ElastiCache through EC2](#how-to-connect-to-redis-elasticache-through-ec2)
69
+
After that [connect to your Redis ElastiCache through EC2](#how-to-connect-to-redis-elasticache-through-ec2).
69
70
70
-
## Connect to UNIX socket
71
+
## Connect to a UNIX socket
71
72
72
-
Redis Desktop Manager [doesn't support UNIX sockets](https://github.com/uglide/RedisDesktopManager/issues/1751) directly, but you can use redirecting of local socket to the unix domain socket, for instance with [socat](https://sourceforge.net/projects/socat):
73
+
Redis Desktop Manager [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):
0 commit comments