Redis client reuseable Install # With yarn yarn add crm-redis-client # With npm npm install crm-redis-client Usage RedisModule.register({ socket: { host: process.env.REDIS_HOST, port: +process.env.REDIS_PORT, }, database: this.redisConfig.dataBase, }); mattermost