Redis Client Pause Command |
Redis Client Pause Command
The Redis Client Pause command is used to block client commands for a period of time (in milliseconds).
Syntax
The basic syntax of the redis Client Pause command is as follows:
redis 127.0.0.1:6379> CLIENT PAUSE timeout
Available Since
>= 2.9.50
Return Value
Returns OK. Returns an error if the timeout parameter is invalid.
YouTip