-
-
Notifications
You must be signed in to change notification settings - Fork 96
Dynomite
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).
For direct remote connection you should specify select remote radio box and specify host and port.
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
If you have secure redis server like azure, you should check SSL checkbox and input host address and secure port.
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
docker run -d -p 7777:7777 redis --port 7777
When all fields entered you can test your connection via test button.