twitter / pelikan

Pelikan is Twitter's unified cache backend
Apache License 2.0
1.94k stars 176 forks source link

Improve TTL handling in Memcache protocol #456

Closed brayniac closed 2 years ago

brayniac commented 2 years ago

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.