An open API service indexing awesome lists of open source software.

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.

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.