1
0
mirror of https://github.com/minio/docs.git synced 2025-08-06 14:42:56 +03:00

Update redis.rst (#1390)

MINIO_NOTIFY_REDIS_REDIS_ADDRESS_PRIMARY =>
MINIO_NOTIFY_REDIS_ADDRESS_PRIMARY
This commit is contained in:
xiemingxun
2024-12-23 22:46:01 +08:00
committed by GitHub
parent c9db0b63e5
commit 2514f0ab97

View File

@@ -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"