class Moped::Protocol::KillCursors

The Protocol class for killing active cursors.

@example

command = KillCursors.new [123, 124, 125]

@example Setting the request id

command = KillCursors.new [123, 124, 125], request_id: 456