https://github.com/borislavv/symfony-httpcache-in-redis
Implementation of Symfony HttpCache through Redis as Storage.
https://github.com/borislavv/symfony-httpcache-in-redis
httpcache redis symfony
Last synced: 2 months ago
JSON representation
Implementation of Symfony HttpCache through Redis as Storage.
- Host: GitHub
- URL: https://github.com/borislavv/symfony-httpcache-in-redis
- Owner: Borislavv
- Created: 2024-01-13T07:19:43.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-07-02T09:01:27.000Z (11 months ago)
- Last Synced: 2025-02-04T15:26:51.333Z (4 months ago)
- Topics: httpcache, redis, symfony
- Language: PHP
- Homepage:
- Size: 68.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Symfony HttpCache implementation through Redis as a storage.
## Up:
```
docker-compose up
```## Example:
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).## Note:
Check the composer.json file, exactly the extra block, there is redeclared the SymfonyRuntime.