Redis – Multiple Config in JSON for Node.js
I am not sure what to title my question. Its been a adventure with node.js and a helpful person pointed me to ioredis. Currently I have: var Redis = require("ioredis"); const DBConfig = require(__dirname+'/../Config.json'); var cluster = new Redis.Cluster([ {…