English | 简体中文 | 繁體中文 | Русский язык | Français | Español | Português | Deutsch | 日本語 | 한국어 | Italiano | بالعربية

Redis Client Pause Command

Redis Server

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 Version

>= 2.9.50

Return Value

Return OK. If the timeout parameter is invalid, return an error.

Redis Server