You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/guide/basics/ssr-cache.md
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -69,10 +69,10 @@ We strongly recommend you DO NOT USE output cache in development mode. By using
69
69
You can manually clear the Redis cache for specific tags by running the following command:
70
70
71
71
```bash
72
-
yarn cache clear
73
-
yarn cache clear -- --tag=product,category
74
-
yarn cache clear -- --tag=P198
75
-
yarn cache clear -- --tag=*
72
+
yarn run cache clear
73
+
yarn run cache clear -- --tag=product,category
74
+
yarn run cache clear -- --tag=P198
75
+
yarn run cache clear -- --tag=*
76
76
```
77
77
78
78
**Note:** The commands presented above works exactly the same way in the `vue-storefront-api`.
@@ -129,4 +129,4 @@ is in charge of assigning the specific tag with current HTTP request output.
129
129
130
130
## Caching strategies on production
131
131
132
-
When it comes to caching on production, we made a set of caches at each layer of _Vue Storefront_ infrastructure. There is a section about [_Production setup_](/guide/installation/production-setup.html) in our guide. Additionally read [this article](https://medium.com/the-vue-storefront-journal/caching-on-production-10b00a5614f8) for more details.
132
+
When it comes to caching on production, we made a set of caches at each layer of _Vue Storefront_ infrastructure. There is a section about [_Production setup_](/guide/installation/production-setup.html) in our guide. Additionally read [this article](https://medium.com/the-vue-storefront-journal/caching-on-production-10b00a5614f8) for more details.
0 commit comments