mirror of
https://github.com/go-vikunja/vikunja.git
synced 2026-08-29 07:46:00 -05:00
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.