docs: the broken link was fixed (#4579)

broken link was fixed
This commit is contained in:
Volodymyr Yavdoshenko 2025-02-07 21:10:53 +02:00 committed by GitHub
parent acde373709
commit 9262ec9b0f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -154,7 +154,7 @@ where Redis finishes its snapshot, reaching almost x3 times more memory usage at
### Expiry of items during writes
Efficient Expiry is very important for many scenarios. See, for example,
[Pelikan paper'21](https://twitter.github.io/pelikan/2021/segcache.html). Twitter team says
[Pelikan paper'21](https://pelikan.io/2021/segcache.html). Twitter team says
that their memory footprint could be reduced by as much as by 60% by employing better expiry methodology. The authors of the post above show pros and cons of expiration methods in the table below:
<img src="https://pelikan.io/assets/img/segcache/expiration.svg" width="400">