Redis
Redis
Installation
$ npm i --save redisOverview
@@filename(main)
const app = await NestFactory.createMicroservice(ApplicationModule, {
transport: Transport.REDIS,
options: {
url: 'redis://localhost:6379',
},
});Options
Last updated