1.0.14 • Published 6 months ago

nestjs-ioredis-module v1.0.14

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

6 months ago

1.0.13

6 months ago

1.0.12

6 months ago

1.0.11

6 months ago

1.0.10

6 months ago

1.0.9

6 months ago

1.0.8

6 months ago

1.0.7

6 months ago

1.0.6

6 months ago

1.0.5

6 months ago

1.0.4

6 months ago

1.0.3

6 months ago

1.0.2

6 months ago

1.0.0

6 months ago