twitter / fatcache

Memcache on SSD
Apache License 2.0
1.3k stars 178 forks source link

move expiry from struct item to struct itemx #21

Closed git-hulk closed 7 years ago

git-hulk commented 9 years ago
  1. Move expiry to itemx, when item was expired, we didn't need to access disk again.
  2. Remove expired item, when item was touched.
manjuraj commented 7 years ago

could you resolve conflicts @git-hulk

git-hulk commented 7 years ago

@manjuraj Done