Skip to content

Instantly share code, notes, and snippets.

@koolhead17
Last active September 19, 2016 20:28
Show Gist options
  • Select an option

  • Save koolhead17/516e00228e8a47bc124c7dd0d1e6e0d7 to your computer and use it in GitHub Desktop.

Select an option

Save koolhead17/516e00228e8a47bc124c7dd0d1e6e0d7 to your computer and use it in GitHub Desktop.
Minio Config Snippet with Redis
"redis": {
"1": {
"enable": true,
"address": "127.0.0.1:6379",
"password": "yoursecret",
"key": "bucketevents"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment