cult-of-coders / redis-oplog

Redis Oplog implementation to fully replace MongoDB Oplog in Meteor

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Is there a way to gradually migrate individual collections to redis oplog

murtaza-v opened this issue · comments

I want to migrate the meteor app from mongo oplog to redis oplog, but I m not sure of its impact on functionality nd performance on production and the scale needed for redis server. So I plan to migrate gradually starting from a few non essential collections. Plz let me know if that is possible and docs or related source code to get started. Thanks!

Check out this issue #323