Skip to content
Alexandr Topilski edited this page Dec 25, 2018 · 3 revisions

Dynomite database:

Driver library: hiredis

Dynomite server can handle remote connection (dynomite-server and client placed on different machines, or in same but via tcp stack connection).

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.

Dynomite ElastiCache through EC2:

For Amazon ElastiCache connection, setup SSH credentials to your EC2 server, and remote server should be like in your ElastiCache Dynomite settings.

Other help links: https://github.com/fastogt/fastoredis/issues/84

Dynomite Docker:

docker run -d -p 7777:7777 dynamo--port 7777

Test connection:

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

Clone this wiki locally