Skip to content

Commit

Permalink
Update redis.rst (#1390)
Browse files Browse the repository at this point in the history
MINIO_NOTIFY_REDIS_REDIS_ADDRESS_PRIMARY =>
MINIO_NOTIFY_REDIS_ADDRESS_PRIMARY
  • Loading branch information
xiemingxun authored Dec 23, 2024
1 parent c9db0b6 commit 2514f0a
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -298,4 +298,4 @@ Comment
.. mc-conf:: notify_redis comment
:delimiter: " "

Specify a comment to associate with the Redis configuration.
Specify a comment to associate with the Redis configuration.

0 comments on commit 2514f0a

Please sign in to comment.