Every command is sent as one text message. The server responds with one JSON object. Command names are case-insensitive, but the examples use the names shown by the application.
Usage
Commands format are usually:
<command_name> <args>
Optionally, if Require Password is enabled:
AUTH {password} | <command_name> <args>