We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c62907b commit 0552412Copy full SHA for 0552412
1 file changed
GUIDE.md
@@ -18,7 +18,7 @@ as this combo.
18
19
Production versions:
20
21
-+ sqlc: v2.2.0-wicked-fork
++ sqlc: v2.2.1-wicked-fork
22
+ dcache: v0.2.0 (Note: redis/v8 users please use v0.1.4)
23
+ wgpx: v0.2.3
24
@@ -365,6 +365,8 @@ The best practice is to cache frequently queried objects, especially
365
#### Timeout
366
367
Because setting timeout for queries is such an important practice, starting from v2.2.0, we make this a mandatory option.
368
+If cache is enabled, the timeout duration applies to the whole "query" process, including trying to read from cache and
369
+actual database query.
370
371
The following code shows how to use set a timeout option for a query.
372
0 commit comments