Class | Moped::WriteConcern::Unverified |
In: |
lib/moped/write_concern/unverified.rb
|
Parent: | Object |
Unverified write concerns are fire and forget.
@since 2.0.0
NOOP | = | nil |
Constant for a noop getlasterror command.
@since 2.0.0 |
Get the gle command associated with this write concern.
@example Get the gle operation.
unverified.operation
@return [ nil ] nil, since unverified writes perform no gle.
@since 2.0.0