add distributed caching

This commit is contained in:
Marina S 2023-07-29 11:04:45 -07:00 committed by GitHub
parent 364d8e4070
commit 5ec4755677
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,5 +2,8 @@
<br> <br>
* **[database overview](database_overview.pdf)** * **[database overview](database_overview.pdf)**
* **[caching best practices](caching.pdf)**
* **[distributed caching](distributed_caching.pdf)**
* **[failure detection: heartbeats and pings, gossip, reversing failure detection](failure_detection.pdf)** * **[failure detection: heartbeats and pings, gossip, reversing failure detection](failure_detection.pdf)**