-
Notifications
You must be signed in to change notification settings - Fork 31
Open
Labels
compatibilityEither missing or incompatible features causing driver or tool compatibilityEither missing or incompatible features causing driver or tool compatibilityenhancementNew feature or requestNew feature or request
Milestone
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.
oemdaro and lin72h
Metadata
Metadata
Assignees
Labels
compatibilityEither missing or incompatible features causing driver or tool compatibilityEither missing or incompatible features causing driver or tool compatibilityenhancementNew feature or requestNew feature or request