Latest web development tutorials

Redis Client Pause command

Redis server

Redis Client Pause command for blocking the client command for some time (in milliseconds).

grammar

redis Client Pause command basic syntax is as follows:

redis 127.0.0.1:6379> CLIENT PAUSE timeout 

Available versions

> = 2.9.50

return value

Back OK. If the timeout parameter is illegal to return an error.

Redis server