Skip to content

Commit

Permalink
Update 600-faq.mdx (#5964)
Browse files Browse the repository at this point in the history
  • Loading branch information
meletj authored May 2, 2024
1 parent fdef4e1 commit 287387f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/300-accelerate/600-faq.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ Accelerate does not have a consistency model. It is not a distributed system whe

Accelerate implements a [read-through caching strategy](https://www.prisma.io/dataguide/managing-databases/introduction-database-caching#read-through) particularly suitable for read-heavy workloads.

The freshness of the data served by the cache depends on the cache strategy defined in your query. Refer to [this section](https://www.notion.so/Accelerate-documentation-469a2162ab71487e9027403249d9b58f?pvs=21) for more information on selecting the right cache strategy for your query.
The freshness of the data served by the cache depends on the cache strategy defined in your query. Refer to [this section](/accelerate/caching#selecting-a-cache-strategy) for more information on selecting the right cache strategy for your query.

## How is Accelerate different from other caching tools, such as Redis?

Expand Down

0 comments on commit 287387f

Please sign in to comment.