Skip to content

Commit 4d3b206

Browse files
authored
Remove broken hyperlink on content
1 parent 29cfcd4 commit 4d3b206

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/12/en/part12b.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -763,7 +763,7 @@ Ensure that you see the new todo both in the Express app and when querying from
763763

764764
By default, Redis works <i>in-memory</i>, which means that it does not store data persistently.
765765

766-
An excellent use case for Redis is to use it as a [cache](![alt text](image.png)). Caches are often used to store data that is otherwise slow to fetch and save the data until it's no longer valid. After the cache becomes invalid, you would then fetch the data again and store it in the cache.
766+
An excellent use case for Redis is to use it as a cache. Caches are often used to store data that is otherwise slow to fetch and save the data until it's no longer valid. After the cache becomes invalid, you would then fetch the data again and store it in the cache.
767767

768768
Redis has nothing to do with containers. But since we are already able to add <i>any</i> 3rd party service to your applications, why not learn about a new one?
769769

0 commit comments

Comments
 (0)