1.1.10 • Published 1 year ago

nestjs-aragami v1.1.10

Weekly downloads
-
License
MIT
Repository
-
Last release
1 year ago

Nestjs Aragami

Aragami for Nest.js

Installation

npm install aragami nestjs-aragami

Use

export class AppService {
  constructor(
    @InjectAragami()
    private readonly aragami: Aragami,
  ) {}
}

@Module({
  imports: [
    AragamiModule.register({
      redis: { uri: 'redis://localhost:6379' },
    }),
  ],
  providers: [AppService],
})
})
export class AppModule {}
1.1.10

1 year ago

1.1.9

1 year ago

1.1.8

1 year ago

1.1.7

2 years ago

1.1.1

2 years ago

1.1.0

2 years ago

1.1.6

2 years ago

1.1.5

2 years ago

1.1.4

2 years ago

1.1.3

2 years ago

1.1.2

2 years ago

1.0.0

3 years ago