I want to use the best features of Redis Caching and Mongo DB database for my current product. I have a very heavy database, and would like to avoid multiple database calls.
Can I cache my documents in Redis and do a query instead?
What level caching would be suggested for the best performance?