node-redis-mongo
node-redis-mongo copied to clipboard
Problem with exec.apply in caching layer
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?