twitter / pelikan

Pelikan is Twitter's unified cache backend

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

rust: add delayed clear to seg storage

brayniac opened this issue · comments

#382 adds a blocking immediate clear of the items in seg storage. We should add a non-blocking delayed 'clear_at' type function so we can eventually support flush_all with a delay.