nestjs-redis icon indicating copy to clipboard operation
nestjs-redis copied to clipboard

nestjs redis module

Results 55 nestjs-redis issues
Sort by recently updated
recently updated
newest added

```ts // config.ts export const redisConfig: RedisModuleOptions = { url: 'redis://treehole:redis@localhost:6379/1', } ``` ```ts import databaseConfig, { redisConfig } from './config/database.config' @Module({ imports: [TypeOrmModule.forRoot(databaseConfig), UserModule, AuthModule, RedisModule.register(redisConfig)], controllers: [], providers:...

Hello there! Thanks for nice module. I think it would be good to have healthcheck indicator for redis same as we have for typeorm

Bumps [node-fetch](https://github.com/node-fetch/node-fetch) from 2.6.1 to 2.6.7. Release notes Sourced from node-fetch's releases. v2.6.7 Security patch release Recommended to upgrade, to not leak sensitive cookie and authentication header information to 3th...

dependencies

Bumps [jsdom](https://github.com/jsdom/jsdom) from 16.4.0 to 16.7.0. Release notes Sourced from jsdom's releases. Version 16.7.0 Added AbortSignal.abort(). (ninevra) Added dummy x and y properties to the return value of getBoundingClientRect(). (eiko)...

dependencies

Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.13.3 to 1.14.8. Commits 3d81dc3 Release version 1.14.8 of the npm package. 62e546a Drop confidential headers across schemes. 2ede36d Release version 1.14.7 of the npm package. 8b347cb...

dependencies

Hello, While working with nestjs-redis package I am getting the following error: Nest can't resolve dependencies of the RedisCoreModule (Symbol(REDIS_MODULE_OPTIONS), ?). Please make sure that the argument ModuleRef at index...

This way it's more robust, we can use our own version. This is a best practice for these kind of libraries.

- use peerDeps instead of deps - remove not direct peers - move types to dev close #83 #82