Skip to content

Commit cb10b07

Browse files
authored
Update client-side-caching.md
I think "Database" is ambiguous if I don't look closely.
1 parent a8b76c9 commit cb10b07

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/manual/client-side-caching.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ such information, like in the following diagram:
1919

2020
+-------------+ +----------+
2121
| | ------- GET user:1234 -------> | |
22-
| Application | | Database |
22+
| Application | | Redis |
2323
| | <---- username = Alice ------- | |
2424
+-------------+ +----------+
2525

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

3030
+-------------+ +----------+
3131
| | | |
32-
| Application | ( No chat needed ) | Database |
32+
| Application | ( No chat needed ) | Redis |
3333
| | | |
3434
+-------------+ +----------+
3535
| Local cache |

0 commit comments

Comments
 (0)