Skip to content

hoaian-crm/mattermost-bot

Repository files navigation

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

About

Mattermost bot

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages