English | 简体中文 | 繁體中文 | Русский язык | Français | Español | Português | Deutsch | 日本語 | 한국어 | Italiano | بالعربية
The Redis Client Pause command is used to block client commands for a period of time (in milliseconds).
The basic syntax of the redis Client Pause command is as follows:
redis 127.0.0.1:6379> CLIENT PAUSE timeout
>= 2.9.50
Return OK. If the timeout parameter is invalid, return an error.