From d1d8381302ead3e71ea95866eb1743aa9d1d114a Mon Sep 17 00:00:00 2001 From: sanket kumar Date: Mon, 10 Jun 2024 11:08:17 -0700 Subject: [PATCH 1/2] Update install-redis-on-windows.md Added a suggestion to use Redis Insight on Windows for easier testing of the Redis server. --- .../install/install-redis/install-redis-on-windows.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/content/operate/oss_and_stack/install/install-redis/install-redis-on-windows.md b/content/operate/oss_and_stack/install/install-redis/install-redis-on-windows.md index e7839b878a..755e7dbd4a 100644 --- a/content/operate/oss_and_stack/install/install-redis/install-redis-on-windows.md +++ b/content/operate/oss_and_stack/install/install-redis/install-redis-on-windows.md @@ -47,3 +47,6 @@ redis-cli 127.0.0.1:6379> ping PONG {{< / highlight >}} + +You can also test that your Redis server is running using the Redis Insight tool for easier access. + From 4275cdb6848dbbff38fa670907e69fae326a7c6f Mon Sep 17 00:00:00 2001 From: sanket kumar Date: Mon, 10 Jun 2024 11:51:34 -0700 Subject: [PATCH 2/2] Update content/operate/oss_and_stack/install/install-redis/install-redis-on-windows.md Co-authored-by: David Dougherty --- .../install/install-redis/install-redis-on-windows.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/operate/oss_and_stack/install/install-redis/install-redis-on-windows.md b/content/operate/oss_and_stack/install/install-redis/install-redis-on-windows.md index 755e7dbd4a..2a0f74cf6e 100644 --- a/content/operate/oss_and_stack/install/install-redis/install-redis-on-windows.md +++ b/content/operate/oss_and_stack/install/install-redis/install-redis-on-windows.md @@ -48,5 +48,5 @@ redis-cli PONG {{< / highlight >}} -You can also test that your Redis server is running using the Redis Insight tool for easier access. +You can also test that your Redis server is running using [Redis Insight]({{< relref "/develop/connect/insight" >}}) for easier access.