Open
Description
Wire protocol 4 adds
- find command
- It is likely this is just same as OP_QUERY. If so, it's a relatively easy task.
- getMore command
- It is likely this is just same as OP_GETMORE. If so, it's a relatively easy task as we already support OP_GETMORE.
- OP_COMMAND
- This is an internal message sent between Mongo servers.
mongos
doesn't implement this as well. The client never sends this message. We don't have to implement this.
- This is an internal message sent between Mongo servers.