feat: add redis (#1390)

This commit is contained in:
Bailey Miller
2020-12-25 19:14:21 -05:00
committed by GitHub
parent 90fb430b71
commit fb82526a42
6 changed files with 96 additions and 1 deletions
+7 -1
View File
@@ -142,6 +142,12 @@ Generate token at https://pushover.net/apps/build.
???+ note
`PUSHOVER_EXPIRE` and `PUSHOVER_RETRY` are only used when `PUSHOVER_PRIORITY="2"`
## Redis
| Environment variable | Description |
|:---:|---|
| `REDIS_URL` | Connection string in format (redis://[username]:[password]@[host][:port]/[database-id]) (redis://localhost:6379/1) |
## Slack
| Environment variable | Description |
@@ -190,4 +196,4 @@ Generate all Twitter keys at: https://developer.twitter.com/
| `TWITCH_CLIENT_SECRET`| Twitch client secret |
| `TWITCH_ACCESS_TOKEN` | Twitch access token |
| `TWITCH_REFRESH_TOKEN` | Twitch refresh token |
| `TWITCH_CHANNEL` | Twitch channel |
| `TWITCH_CHANNEL` | Twitch channel |