nestjs-redis
nestjs-redis copied to clipboard
Redis(ioredis) module for Nest framework (node.js).
"@liaoliaots/nestjs-redis": "^9.0.1", nestjs 9.0.8 if app.enableShutdownHooks() is called, the following error will be thrown [Nest] 32992 - 10/08/2022, 02:40:50 ERROR [NestApplicationContext] Error happened during shutdown Error: Nest could not find...
As I have changed from https://github.com/skunight/nestjs-redis to your nestjs-client(because your package is a lot better maintained), my core service is not able to connect to redis and throws all the...
### Is your feature request related to a problem? Please describe it Nestjs microservice just supports the node-redis and there is no strategy for the ioredis. ### Describe the solution...
Thank for your contribute, so i have a issue when implement. when i use cluster module, if one node timeout connect, i can not get data from another nodes and...
Hi! 👋 Firstly, thanks for your work on this project! 🙂 I would like to set up the redis module in a non-global way, so is there a chance we...
## Current Behavior I'm trying to connect to my Digital Ocean hosted Redis database using this configuration: ```js RedisModule.forRootAsync({ imports: [ConfigModule], inject: [ConfigService], useFactory: async (configService: ConfigService) => { return...
Hi @liaoliaots , thank you for all your hard work for this library ## Expected Behavior For a Jest test, Redis should close after test module (@nestjs/testing) encounters error during...
How to handle connection error with nestjs-redis? For example I turn off my redis container and it should throw an error that it can't connect to redis
Can i use `client.json.set` with this library?
Update nestjs dependencies to latest version