Add read only redis ability

This commit is contained in:
Ajay
2022-10-09 16:10:46 -04:00
parent b417241ca0
commit 9386f25f9f
4 changed files with 55 additions and 4 deletions

View File

@@ -139,6 +139,15 @@ addDefaults(config, {
expiryTime: 24 * 60 * 60,
getTimeout: 40
},
redisRead: {
enabled: false,
socket: {
host: "",
port: 0
},
disableOfflineQueue: true,
weight: 1
},
patreon: {
clientId: "",
clientSecret: "",