From 1174c644ed2de7917217cf184c59cf9437f00456 Mon Sep 17 00:00:00 2001 From: "David W. Dougherty" Date: Tue, 4 Nov 2025 10:04:15 -0800 Subject: [PATCH] DOC-5863: update config. params pages --- content/operate/oss_and_stack/management/config.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/content/operate/oss_and_stack/management/config.md b/content/operate/oss_and_stack/management/config.md index d72df73b93..14305163ab 100644 --- a/content/operate/oss_and_stack/management/config.md +++ b/content/operate/oss_and_stack/management/config.md @@ -43,6 +43,8 @@ The list of configuration directives, and their meaning and intended usage is available in the self-documented example `redis.conf` or `redis-full.conf` shipped into the Redis distribution. +* The self-documented [redis-full.conf for Redis 8.4](https://raw.githubusercontent.com/redis/redis/8.4/redis-full.conf). +* The self-documented [redis-full.conf for Redis 8.2](https://raw.githubusercontent.com/redis/redis/8.2/redis-full.conf). * The self-documented [redis-full.conf for Redis 8.0](https://raw.githubusercontent.com/redis/redis/8.0/redis-full.conf). * The self-documented [redis.conf for Redis 7.4](https://raw.githubusercontent.com/redis/redis/7.4/redis.conf). * The self-documented [redis.conf for Redis 7.2](https://raw.githubusercontent.com/redis/redis/7.2/redis.conf).