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
# Symfony HttpCache implementation through Redis as a storage.
2
+
3
+
## Up:
4
+
```
5
+
docker-compose up
6
+
```
7
+
8
+
## Example:
9
+
Visit http://0.0.0.0:8080/. The first request will take approximate 5 seconds, but further will handle for 5-30 milliseconds (of course it depends of your hardware).
10
+
11
+
## Note:
12
+
Check the composer.json file, exactly the extra block, there is redeclared the SymfonyRuntime.
0 commit comments