mirror of
https://github.com/go-vikunja/vikunja.git
synced 2026-08-30 09:07:40 -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.