mirror of
https://github.com/go-vikunja/vikunja.git
synced 2026-08-31 03:46:56 -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.