Files
vikunja/pkg/modules/keyvalue
kolaente f63d007056 feat(keyvalue): add PutWithTTL to the storage interface
Redis passes the ttl to SET; the memory backend tracks expiry per key and
treats expired keys as absent on every access, sweeping never-read keys
at most once a minute.
2026-08-19 17:29:35 +02:00
..