Redis
This guide will cover how to connect from RedisInsight to your redis databases in dokploy.
- Download and install RedisInsight RedisInsight.
- Go to your
redis
databases. - In External Credentials, enter the
External Port (Internet)
make sure the port is not in use by another service eg.6379
and clickSave
. - It will display the
External Connection URL
eg.redis://user:[email protected]:6379/database
.
Open RedisInsight and follow the steps:
- Add Redis Database.
- Enter the
Host
eg.1.2.4.5
. - Enter the
Port
eg.6379
. - Enter the username eg.
default
. - Enter the
Password
eg.password
. - Click on
Save
.
Done! now you can manage the database from RedisInsight.