[フレーム]
Docs Pricing
Login Book a meeting Try Redis

CLIENT REPLY

Syntax
CLIENT REPLY <ON | OFF | SKIP>
Available since:
Redis Open Source 3.2.0
Time complexity:
O(1)
ACL categories:
@slow, @connection,
Compatibility:
Redis Enterprise and Redis Cloud compatibility

Sometimes it can be useful for clients to completely disable replies from the Redis 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:

Redis Enterprise and Redis Cloud compatibility

Redis
Enterprise
Redis
Cloud
Notes
✅ Standard
✅ Active-Active
✅ Standard
✅ Active-Active

Return information

Simple string reply: OK when called with ON. When called with either OFF or SKIP sub-commands, no reply is made.
RATE THIS PAGE
Back to top ↑

AltStyle によって変換されたページ (->オリジナル) /