From df5aff9d9120a088743e4ba89a48e4eb846124c0 Mon Sep 17 00:00:00 2001 From: Hazelnoot Date: Wed, 1 Oct 2025 11:58:22 -0400 Subject: [PATCH] document new QuantumKVCache restrictions in CONTRIBUTING.Sharkey.md --- CONTRIBUTING.Sharkey.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CONTRIBUTING.Sharkey.md b/CONTRIBUTING.Sharkey.md index b4e6a90270..8e3207f798 100644 --- a/CONTRIBUTING.Sharkey.md +++ b/CONTRIBUTING.Sharkey.md @@ -465,3 +465,6 @@ following apply: together. Using `MemorySingleCache` or `RedisSingleCache` could provide a cleaner implementation without resorting to hacks like a fixed key. + +- It's necessary to use `null` as a data value. + `QuantumKVCache` does not allow null values, and thus another option should be chosen.