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.