sccache redis item have no TTL
The cache entries are never expiring and the redis is always growing.
It seems the sccache SCCACHE_REDIS_EXPIRATION
configuration key or the redis maxmemory
option are missing
https://github.com/mozilla/sccache/blob/main/docs/Redis.md#redis
Edited by Vincent Sellier