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

Distributed lock with single redis instance, simple and easy to use for NestJS

Results 5 nestjs-simple-redis-lock issues
Sort by recently updated
recently updated
newest added

Nest can't resolve dependencies of the RedisLockService (?, REDIS_LOCK_OPTIONS). Please make sure that the argument RedisService at index [0] is available in the RedisLockModule context. Potential solutions: - If RedisService...

Bumps [node-fetch](https://github.com/node-fetch/node-fetch) from 2.6.0 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

Hi Alex, I've peeked inside your project and it seems ok to bump the packages to the new versions. This will solve a security issue with the Axios version used...

Hello, First of all, thank you for your work on this library! I've included this library in my project and what I have noticed is that if I put the...

I think It shouldn't depend on RedisModule from '@liaoliaots/nestjs-redis. It should work with official CacheModule from @nestjs/cache-manager ```ts CacheModule.registerAsync({ isGlobal: true, imports: [ConfigModule], inject: [ConfigService], useFactory: async (configService: ConfigService) =>...