Open
Description
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 [1] is available in the RedisCoreModule context
The issue was supposedly resolved in this issue https://github.com/skunight/nestjs-redis/issues/82,
but the changes were never rolled out when working with npm.
Using:
"@nestjs/common": "^8.1.1",
"@nestjs/core": "^8.1.1",
only workaround in the moment is either moving the package into the project, or using a different nestjs-redis source, like so:
"nestjs-redis": "git+https://github.com/skunight/nestjs-redis.git",
I am sure I am not the only one with this issue
Metadata
Metadata
Assignees
Labels
No labels
Activity