From 2514f0ab97e357165cae9e694a9424301cfe6a3b Mon Sep 17 00:00:00 2001 From: xiemingxun <62589447+xiemingxun@users.noreply.github.com> Date: Mon, 23 Dec 2024 22:46:01 +0800 Subject: [PATCH] Update redis.rst (#1390) MINIO_NOTIFY_REDIS_REDIS_ADDRESS_PRIMARY => MINIO_NOTIFY_REDIS_ADDRESS_PRIMARY --- .../reference/minio-server/settings/notifications/redis.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/reference/minio-server/settings/notifications/redis.rst b/source/reference/minio-server/settings/notifications/redis.rst index 95a97cff..2dadd6ef 100644 --- a/source/reference/minio-server/settings/notifications/redis.rst +++ b/source/reference/minio-server/settings/notifications/redis.rst @@ -37,7 +37,7 @@ For example, the following commands set two distinct Redis service endpoints as :class: copyable set MINIO_NOTIFY_REDIS_ENABLE_PRIMARY="on" - set MINIO_NOTIFY_REDIS_REDIS_ADDRESS_PRIMARY="redis-endpoint.example.net:9200" + set MINIO_NOTIFY_REDIS_ADDRESS_PRIMARY="redis-endpoint.example.net:9200" set MINIO_NOTIFY_REDIS_KEY_PRIMARY="bucketevents" set MINIO_NOTIFY_REDIS_FORMAT_PRIMARY="namespace" @@ -298,4 +298,4 @@ Comment .. mc-conf:: notify_redis comment :delimiter: " " -Specify a comment to associate with the Redis configuration. \ No newline at end of file +Specify a comment to associate with the Redis configuration.