Review
Well I would suggest you to go for Redis. I have used Redis in my inventory solution application with mongodb. I kept my all the data in mongodb and made copy of small information in redis. So that, I can get information after particular set of interval without querying the original database. And you need to update the last updated record in redis when there is any update in mongodb or sqlite.
0 views0