twitter / pelikan

Pelikan is Twitter's unified cache backend

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Improve TTL handling in Memcache protocol

brayniac opened this issue · comments

Memcache parser allows for i64 values for expiration time. We should change our parser to enable this and squash down to the correct range in the entrystore.

See #453 for feedback about TTL handling.