Skip to content

Support wire protocol 4 (Server v3.2) #11

Open
@apkar

Description

@apkar

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    compatibilityEither missing or incompatible features causing driver or tool compatibilityenhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions