0

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?

Arnab Biswas
  • 902
  • 7
  • 8
  • Your question is too abstract, Learn about redis and mongodb. search for some samples, how people have solved heavy problems (handling millions inserts in a sec etc). Do some coding, then comeback and ask a precise question we are happy to help you out. – Karthikeyan Gopall Jul 15 '16 at 11:47
  • do you consider any alternatives to Redis for caching? – Vik Gamov Jul 15 '16 at 15:03
  • In general: Whenusing MongoDB, you model for optimized performance of your use cases, not by ERM. Other than that, I can only second @KarthikeyanGopall: You question is too abstract! Give sample documents, describe the problems you are facing and we might find a solution without adding a moving part. – Markus W Mahlberg Jul 15 '16 at 18:08

0 Answers0