From 7051233a90f75360f0e06e7e1619a324e6edd118 Mon Sep 17 00:00:00 2001 From: ViktarStarastsenka <99594890+ViktarStarastsenka@users.noreply.github.com> Date: Fri, 11 Oct 2024 13:13:04 +0200 Subject: [PATCH 1/2] Update _index.md --- content/develop/connect/insight/_index.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/content/develop/connect/insight/_index.md b/content/develop/connect/insight/_index.md index 12ee89fb53..874ef155ff 100644 --- a/content/develop/connect/insight/_index.md +++ b/content/develop/connect/insight/_index.md @@ -159,6 +159,9 @@ These are the locations on supported platforms: You can install Redis Insight on operating systems that are not officially supported, but it may not behave as expected. {{< /note >}} +## Redis Insight API (only for Docker) +http://localhost:5540/api/docs + ## Feedback To provide your feedback, [open a ticket in our Redis Insight repository](https://github.com/Redis-Insight/Redis-Insight/issues/new). From 5e2bfe56200640e3ce484fd94ad648c7bb43ee8b Mon Sep 17 00:00:00 2001 From: ViktarStarastsenka <99594890+ViktarStarastsenka@users.noreply.github.com> Date: Fri, 11 Oct 2024 16:49:22 +0200 Subject: [PATCH 2/2] Update content/develop/connect/insight/_index.md Co-authored-by: andy-stark-redis <164213578+andy-stark-redis@users.noreply.github.com> --- content/develop/connect/insight/_index.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/content/develop/connect/insight/_index.md b/content/develop/connect/insight/_index.md index 874ef155ff..e394a55261 100644 --- a/content/develop/connect/insight/_index.md +++ b/content/develop/connect/insight/_index.md @@ -160,7 +160,9 @@ You can install Redis Insight on operating systems that are not officially suppo {{< /note >}} ## Redis Insight API (only for Docker) -http://localhost:5540/api/docs + +If you are running Redis Insight from [Docker]({{< relref "/operate/redisinsight/install/install-on-docker" >}}), +you can access the API from `http://localhost:5540/api/docs`. ## Feedback