Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/manual/client-side-caching.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ such information, like in the following diagram:

+-------------+ +----------+
| | ------- GET user:1234 -------> | |
| Application | | Database |
| Application | | Redis |
| | <---- username = Alice ------- | |
+-------------+ +----------+

Expand All @@ -29,7 +29,7 @@ reuse such replies later, without contacting the database again:

+-------------+ +----------+
| | | |
| Application | ( No chat needed ) | Database |
| Application | ( No chat needed ) | Redis |
| | | |
+-------------+ +----------+
| Local cache |
Expand Down