SLEEP

Syntax

SLEEP ms

Privileges

NONE

Description

The SLEEP command forces the current connection to sleep on the server-side for a specified amount of milliseconds.

Return

OK string or error value (see SCSP protocol).

Example

> SLEEP 100
OK (after 100ms)