Leandro Rios
Results
3
comments of
Leandro Rios
Same error. Any fix?
Try this code. On ECONNREFUSED you need to return a number to retry. ``` const client = require('redis').createClient(process.env.REDIS_HOST, { retry_strategy: function(options) { if (options.error && options.error.code === "ECONNREFUSED") { //...
For us what worked was adding the sound to the root directory (not the Resource directory), downgrading to version 0.11.0 (not 0.11.2) and encoding the uri