fix(proxy): Change HSet to HDel for cancellation key metric (#10789)

This commit is contained in:
Ivan Efremov
2025-02-13 12:22:13 +02:00
committed by GitHub
parent 7b966a2b71
commit 356cca23a5

View File

@@ -501,7 +501,7 @@ impl Session {
_guard: Metrics::get()
.proxy
.cancel_channel_size
.guard(RedisMsgKind::HSet),
.guard(RedisMsgKind::HDel),
};
let _ = tx.send_timeout(op, REDIS_SEND_TIMEOUT).await.map_err(|e| {