client-reply.3valkey - Man Page

Instructs the server whether to reply to commands.

Synopsis

CLIENT Reply <ON | OFF | SKIP>

Description

Sometimes it can be useful for clients to completely disable replies from the Valkey server. For example when the client sends fire and forget commands or performs a mass loading of data, or in caching contexts where new data is streamed constantly. In such contexts to use server time and bandwidth in order to send back replies to clients, which are going to be ignored, is considered wasteful.

The CLIENT Reply command controls whether the server will reply the client’s commands. The following modes are available:

Reply

valkey-protocol(7) Simple string reply: OK when called with ON. When called with either OFF or SKIP sub-commands, no reply is made.

Complexity

O(1)

Acl Categories

@connection @slow

History

See Also

auth(3valkey), client(3valkey), client-caching(3valkey), client-capa(3valkey), client-getname(3valkey), client-getredir(3valkey), client-help(3valkey), client-id(3valkey), client-info(3valkey), client-kill(3valkey), client-list(3valkey), client-no-evict(3valkey), client-no-touch(3valkey), client-pause(3valkey), client-setinfo(3valkey), client-setname(3valkey), client-tracking(3valkey), client-trackinginfo(3valkey), client-unblock(3valkey), client-unpause(3valkey), echo(3valkey), hello(3valkey), ping(3valkey), reset(3valkey), select(3valkey)

Info

2024-09-23 8.0.0 Valkey Command Manual