Module Mongo::Operation::SessionsSupported
In: lib/mongo/operation/shared/sessions_supported.rb

Shared behavior of operations that support a session.

@since 2.5.2

Constants

ZERO_TIMESTAMP = BSON::Timestamp.new(0, 0)
READ_COMMANDS = [ :aggregate, :collStats, :count, :dbStats, :distinct, :find, :geoNear, :geoSearch, :group, :mapReduce, :parallelCollectionScan

[Validate]