Currently I have a cache.js file to initiate Redis, in order to reuse the connection.
cache.js
const redis = require(\'redis\'); const { promisify } =