Easy Tutorial
❮ Redis Keys Strings Strlen ❯

Redis Client Pause Command

Redis Server

The Redis Client Pause command is used to block client commands for a specified period (in milliseconds).

Syntax

The basic syntax for the redis Client Pause command is as follows:

redis 127.0.0.1:6379> CLIENT PAUSE timeout

Available Versions

= 2.9.50

Return Value

Returns OK. If the timeout parameter is invalid, it returns an error.

Redis Server

❮ Redis Keys Strings Strlen ❯