asking.3valkey - Man Page
Signals that a cluster client is following an -ASK redirect.
Synopsis
ASKING
Description
When a cluster client receives an -ASK
redirect, the ASKING
command is sent to the target node followed by the command which was redirected. This is normally done automatically by cluster clients.
If an -ASK
redirect is received during a transaction, only one ASKING command needs to be sent to the target node before sending the complete transaction to the target node.
See valkey-cluster-spec(7) ASK redirection in the Valkey Cluster Specification for details.
Reply
valkey-protocol(7) Simple string reply: OK
.
Complexity
O(1)
Acl Categories
@connection @fast
History
- Available since: 3.0.0
See Also
cluster(3valkey), cluster-addslots(3valkey), cluster-addslotsrange(3valkey), cluster-bumpepoch(3valkey), cluster-count-failure-reports(3valkey), cluster-countkeysinslot(3valkey), cluster-delslots(3valkey), cluster-delslotsrange(3valkey), cluster-failover(3valkey), cluster-flushslots(3valkey), cluster-forget(3valkey), cluster-getkeysinslot(3valkey), cluster-help(3valkey), cluster-info(3valkey), cluster-keyslot(3valkey), cluster-links(3valkey), cluster-meet(3valkey), cluster-myid(3valkey), cluster-myshardid(3valkey), cluster-nodes(3valkey), cluster-replicas(3valkey), cluster-replicate(3valkey), cluster-reset(3valkey), cluster-saveconfig(3valkey), cluster-set-config-epoch(3valkey), cluster-setslot(3valkey), cluster-shards(3valkey), cluster-slots(3valkey), readonly(3valkey), readwrite(3valkey)