1.2.0 • Published 5 months ago

crm-redis-client v1.2.0

Weekly downloads
-
License
UNLICENSED
Repository
-
Last release
5 months ago

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,
});