1.0.14 • Published 7 months ago

nestjs-ioredis-module v1.0.14

Weekly downloads
-
License
MIT
Repository
github
Last release
7 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

7 months ago

1.0.13

7 months ago

1.0.12

7 months ago

1.0.11

7 months ago

1.0.10

7 months ago

1.0.9

7 months ago

1.0.8

7 months ago

1.0.7

7 months ago

1.0.6

7 months ago

1.0.5

7 months ago

1.0.4

7 months ago

1.0.3

7 months ago

1.0.2

7 months ago

1.0.0

7 months ago