You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/install/install-redis/_index.md
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -17,10 +17,10 @@ While you can install Redis on any of the platforms listed below, you might also
17
17
18
18
How you install Redis depends on your operating system and whether you'd like to install it bundled with Redis Stack and Redis UI. See the guide below that best fits your needs:
19
19
20
-
*[Install Redis from Source](/docs/install/install-redis-from-source)
21
-
*[Install Redis on Linux](/docs/install/install-redis-on-linux)
22
-
*[Install Redis on macOS](/docs/install/install-redis-on-mac-os)
23
-
*[Install Redis on Windows](/docs/install/install-redis-on-windows)
20
+
*[Install Redis from Source](/docs/install/install-redis/install-redis-from-source)
21
+
*[Install Redis on Linux](/docs/install/install-redis/install-redis-on-linux)
22
+
*[Install Redis on macOS](/docs/install/install-redis/install-redis-on-mac-os)
23
+
*[Install Redis on Windows](/docs/install/install-redis/install-redis-on-windows)
24
24
*[Install Redis with Redis Stack and RedisInsight](/docs/install/install-stack/)
25
25
26
26
@@ -162,4 +162,4 @@ The above instructions don't include all of the Redis configuration parameters t
162
162
163
163
You should also read the example [redis.conf](/docs/management/config-file/) file, which is heavily annotated to help guide you on making changes. Further details can also be found in the [configuration article on this site](/docs/management/config/).
0 commit comments