Published
- 1 min read
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 solution for this is noted below
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.
Solution
"nestjs-redis": "git+https://github.com/skunight/nestjs-redis.git"
Try other methods by searching on the site. That is if this doesn’t work