Reputation: 71
I am beginner in redis cache. I have an application in express js , uses mongoose for mongo db. There are two collections named users and payments.
Here I used join of both collection while I fetch data from mongo db . Here I used mongoose.
Now I want to implement redis caching. As I know redis works based on key value pair. I need guideline.
Please suggest me best practices.
Upvotes: 0
Views: 85