Last active
September 19, 2016 20:28
-
-
Save koolhead17/516e00228e8a47bc124c7dd0d1e6e0d7 to your computer and use it in GitHub Desktop.
Minio Config Snippet with Redis
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| "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