@relationc/redis-client
v1.2.2
Published
Redis client in project
Downloads
1
Readme
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,
});