Skip to content

Commit 68da18d

Browse files
authored
Create README.md
1 parent 824c3d7 commit 68da18d

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# 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

Comments
 (0)