-
Notifications
You must be signed in to change notification settings - Fork 81
Open
Labels
Description
It seems currently stale values are resurrected via shd get_stale which is not to be relied on.
This could be costly in cases which cache is expired and an answer is needed nevertheless.
Maybe a backup lrucache could be implemented alongside current structure that has a copy of recently accessed keys.