Dokploy

Redis

This guide will cover how to connect from RedisInsight to your redis databases in dokploy.

  1. Download and install RedisInsight RedisInsight.
  2. Go to your redis databases.
  3. In External Credentials, enter the External Port (Internet) make sure the port is not in use by another service eg. 6379 and click Save.
  4. It will display the External Connection URL eg. redis://user:[email protected]:6379/database.

Open RedisInsight and follow the steps:

  1. Add Redis Database.
  2. Enter the Host eg. 1.2.4.5.
  3. Enter the Port eg. 6379.
  4. Enter the username eg. default.
  5. Enter the Password eg. password.
  6. Click on Save.

Done! now you can manage the database from RedisInsight.

On this page

No Headings