Skip to content

Generic Commands

Generic commands are a set of commands used to manage client connections and basic server interactions. These commands don't directly manipulate data, but provide connection management, server status checking, and other basic functionalities.

Command List

Use Cases

Generic commands are typically used immediately after a client connection is established, or when verifying connection status. For example, the PING command is often used for heartbeat detection to ensure the connection remains valid.

For detailed usage and parameters of each command, please refer to the individual command documentation linked above.

Released under the GPL-3.0 License.