pub async fn ff_revoke_lease(
conn: &Client,
ctx: &ExecKeyContext,
args: &RevokeLeaseArgs,
) -> Result<RevokeLeaseResult, ScriptError>Expand description
Revoke an active lease (operator-initiated).
KEYS(5): exec_core, lease_current, lease_history, lease_expiry_zset, worker_leases ARGV(3): execution_id, expected_lease_id, revoke_reason