node-redis-mongo icon indicating copy to clipboard operation
node-redis-mongo copied to clipboard

Problem with exec.apply in caching layer

Open suhrud-caizin opened this issue 2 years ago • 0 comments

I am trying to implement exactly the same logic in my app but const result = await exec.apply(this, arguments); this part of the code is giving me null in case of findOne and find calls even when matching documents are present in the DB any idea how to overcome this problem?

suhrud-caizin avatar Dec 14 '23 17:12 suhrud-caizin