Module mc_query::query

source ·
Expand description

Implementation of the Query protocol.

Structs§

Functions§

  • Perform a basic stat query of the server per the Query Protocol. Note that the server must have query-enabled=true set in its properties to get a response. The query.port property might also be different from server.port.
  • Perform a full stat query of the server per the Query Protocol. Note that the server must have query-enabled=true set in its properties to get a response. The query.port property might also be different from server.port.