PING
Syntax
PING [message]
Module
connectionCategories
connection fastDescription
Ping the SugarDB server. If a message is provided, the message will be echoed back to the client. Otherwise, the server will return "PONG".
Examples
- Go (Embedded)
- CLI
// Not available in embedded mode.
Ping without message (returns PONG):
> PING
Ping with message (returns "Hello, world!"):
> PING "Hello, world!"