Module: Moped::Protocol

Defined in:
lib/moped/protocol.rb,
lib/moped/protocol/query.rb,
lib/moped/protocol/reply.rb,
lib/moped/protocol/delete.rb,
lib/moped/protocol/insert.rb,
lib/moped/protocol/update.rb,
lib/moped/protocol/command.rb,
lib/moped/protocol/message.rb,
lib/moped/protocol/commands.rb,
lib/moped/protocol/get_more.rb,
lib/moped/protocol/kill_cursors.rb,
lib/moped/protocol/commands/authenticate.rb

Overview

The Moped::Protocol namespace contains convenience classes for building all of the possible messages defined in the Mongo Wire Protocol.

Defined Under Namespace

Modules: Commands, Message Classes: Command, Delete, GetMore, Insert, KillCursors, Query, Reply, Update