CLIENT UNPAUSE · Valkey

CLIENT UNPAUSE

Resumes processing commands from paused clients.

Usage

CLIENT UNPAUSE

CLIENT UNPAUSE is used to resume command processing for all clients that were paused by CLIENT PAUSE.

Reply

Simple string reply: OK.

Complexity

O(N) Where N is the number of paused clients

ACL Categories

@admin @connection @dangerous @slow

History

See also

AUTH, CLIENT, CLIENT CACHING, CLIENT CAPA, CLIENT GETNAME, CLIENT GETREDIR, CLIENT HELP, CLIENT ID, CLIENT INFO, CLIENT KILL, CLIENT LIST, CLIENT NO-EVICT, CLIENT NO-TOUCH, CLIENT PAUSE, CLIENT REPLY, CLIENT SETINFO, CLIENT SETNAME, CLIENT TRACKING, CLIENT TRACKINGINFO, CLIENT UNBLOCK, ECHO, HELLO, PING, RESET, SELECT.