Redis Notification Settings

This page documents settings for configuring a Redis service as a target for Bucket Notifications. See Publish Events to Redis for a tutorial on using these settings.

You can establish or modify settings by defining:

  • an environment variable on the host system prior to starting or restarting the AIStor Server. Refer to your operating system’s documentation for how to define an environment variable.
  • a configuration setting using mc admin config set.

If you define both an environment variable and the similar configuration setting, AIStor uses the environment variable value.

Some settings have only an environment variable or a configuration setting, but not both.

Each configuration setting controls fundamental AIStor behavior and functionality. Test configuration changes in a lower environment, such as DEV or QA, before applying to production.

Multiple Redis Targets

REDIS MULTI-TARGETS

Settings

REDIS ENABLE

Address

Specify the Redis server address to which AIStor publishes bucket events.

Key

Specify the key to which AIStor publishes events in the Redis service.

Format

Specify the format of event data written to the Redis service endpoint.

Queue dir

Specify the directory path to enable MinIO’s persistent event store for undelivered messages, such as /opt/minio/events.

AIStor stores undelivered events in the specified store while the Redis server/broker is offline and replays the stored events when connectivity resumes.

Queue limit

Specify the maximum limit for undelivered messages. Defaults to 100000.

Comment

Specify a comment to associate with the Redis configuration.

Password

Specify the password for the Redis server.

AIStor redacts this value when returned as part of mc admin config get.

User

Specify the user for the Redis server.

All rights reserved 2024-Present, MinIO, Inc.