Skip to content
Alexandr edited this page Oct 21, 2017 · 14 revisions

Redis database:

Redis server can handle 2 type of connection via unix socket(redis-server and client placed in same machine) and remote socket (redis-server and client placed on different machines, or in same but via tcp stack connection).

Driver library: hiredis.

Unix socket connection:

If you want to connect into unix socket you should specify path to it in Unix socket path field.

Direct connection:

For direct remote connection you should specify select remote radio box and specify host and port.

SSH connection:

Database path in example below used remote localhost but can be other address, for example when you connected via ssh from remote server into private ip which visible only from it(ssh server). In SSH Address field you should specify ssh address of server for example example.com or visible ip address, in other fields specified ssh connection method can be:

  • Password also should be entered user name and password
  • Public/Private key should be username

TLS/SSL connection:

If you have secure redis server like azure, you should check SSL checkbox and input host address and secure port.

When all fields entered you can test your connection via test button.

Clone this wiki locally