vikunja/pkg/modules/keyvalue
kolaente e31d73b3df fix(keyvalue): treat undecodable cached values as a cache miss
A GetWithValue deserialization error in RememberFor was returned as fatal.
On a Redis upgrade the metrics counters live under the same keys as before
but were stored as plain int64, so the first decode into the new envelope
would fail and the metric would break permanently. Treat such errors as a
miss and recompute/overwrite so the cache self-heals.
2026-05-30 13:48:01 +00:00
..
error fix: correct license header references (#882) 2025-06-10 12:18:38 +02:00
memory feat: add prefix key support to keyvalue store (#1038) 2025-06-27 11:05:37 +00:00
redis feat: add prefix key support to keyvalue store (#1038) 2025-06-27 11:05:37 +00:00
keyvalue.go fix(keyvalue): treat undecodable cached values as a cache miss 2026-05-30 13:48:01 +00:00
keyvalue_test.go fix(keyvalue): treat undecodable cached values as a cache miss 2026-05-30 13:48:01 +00:00