We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aba1873 commit f33220dCopy full SHA for f33220d
index.js
@@ -71,7 +71,7 @@ module.exports = {
71
if (!this.pluginConfig.url) {
72
['host', 'port'].forEach(this.applyDefaultConfigProperty.bind(this));
73
} else {
74
- var redisUrlRegexp = new RegExp('^redis://');
+ var redisUrlRegexp = new RegExp('^rediss?://');
75
76
if (!this.pluginConfig.url.match(redisUrlRegexp)) {
77
throw new Error(`Your Redis URL appears to be missing the "redis://" protocol. Update your URL to: redis://${this.pluginConfig.url}`);
0 commit comments