1.0.14 • Published 5 months ago

nestjs-ioredis-module v1.0.14

Weekly downloads
-
License
MIT
Repository
github
Last release
5 months ago

NestJS ioredis Module

A Redis module for NestJS, providing a simple way to integrate Redis into your NestJS application With ioredis.

Installation

npm install nestjs-redis-module

Usage

@Module({
    imports: [
        RedisModule.forRoot({
            type: 'single',
            host: 'localhost',
            port: 6379,
        }),
    ],
})
export class AppModule {}

Although it supports cluster mode, the creator himself has not yet developed it in a cluster mode environment.

License

MIT

1.0.14

5 months ago

1.0.13

5 months ago

1.0.12

5 months ago

1.0.11

5 months ago

1.0.10

5 months ago

1.0.9

5 months ago

1.0.8

5 months ago

1.0.7

5 months ago

1.0.6

5 months ago

1.0.5

5 months ago

1.0.4

5 months ago

1.0.3

5 months ago

1.0.2

5 months ago

1.0.0

5 months ago