I came across this package recently by redis-oplog , which seems like a very good package. Given that I have no experience with Redis, I did some searching and found out that some say Redis is even better than Mongo Oplog, so I want to try this package with my Meteor project. However, I have some questions regarding deployment before I can try:
- Do I need separate servers to run Redis?
- If I cannot afford to have servers for Redis, is it OK to run Redis on the same server using the Meteor app?
- If my Meteor application has many instances, and Redis (not sure if Redis can / need many instances?), How do I get them to work together?
- If I manage to use Redis for production, what changes should I make to my Mongolian servers? because Mongo Oplog is no longer used at this point
Khang
source share