Skip to main content

Module session

Module session 

Source
Expand description

Per-connection RedWire session: handshake → frame loop → bye.

Dispatches the full RedWire frame set:

  • Hello / AuthResponse (handshake only — once)
  • Query / BulkInsert / Get / Delete (data plane)
  • QueryBinary / BulkInsertBinary / BulkInsertPrevalidated (binary fast paths)
  • BulkStreamStart/Rows/Commit (streaming bulk)
  • Prepare / ExecutePrepared (prepared statements)
  • Ping / Pong / Bye (lifecycle)

Functions§

handle_session