module Mongo::Commands::KillAllSessions
Overview
The killAllSessions command kills all sessions for the specified users.
NOTE for more details, please check the official MongoDB documentation.
Extended Modules
Defined in:
cryomongo/commands/session/kill_all_sessions.crClass Method Summary
Instance Method Summary
-
#command(users : Array)
Returns a pair of OP_MSG body and sequences associated with the command and arguments.
Class Method Detail
Instance Method Detail
def command(users : Array)
#
Returns a pair of OP_MSG body and sequences associated with the command and arguments.