We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be01034 commit 10a433aCopy full SHA for 10a433a
docs/stack/get-started/install/docker.md
@@ -21,7 +21,7 @@ To start Redis Stack server using the `redis-stack-server` image, run the follow
21
docker run -d --name redis-stack-server -p 6379:6379 redis/redis-stack-server:latest
22
{{< / highlight >}}
23
24
-You can connect the Redis Stack server database to your [RedisInsight]() desktop application.
+You can connect the Redis Stack server database to your [RedisInsight](https://redis.com/redis-enterprise/redis-insight/) desktop application.
25
26
### redis/redis-stack
27
To start Redis Stack developer container using the `redis-stack` image, run the following command in your terminal:
0 commit comments