module Mongo::Session

Overview

Contains all the logic related to server or client sessions.

Version 3.6 of the server introduces the concept of logical sessions for clients. A session is an abstract concept that represents a set of sequential operations executed by an application that are related in some way.

See: https://github.com/mongodb/specifications/blob/master/source/sessions/driver-sessions.rst

Defined in:

cryomongo/sessions/sessions.cr
cryomongo/sessions/transactions.cr