1.2.2 • Published 4 months ago

@relationc/redis-client v1.2.2

Weekly downloads
-
License
UNLICENSED
Repository
github
Last release
4 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,
});