kasfik
kasfik

Reputation: 71

Redis cache implementation using express js and mongoose

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

Answers (0)

Related Questions