IndraGunawan / api-rate-limit-bundle

Rate limits protection for api-platform resources.
MIT License
66 stars 10 forks source link

Default cache not working #8

Open pesseyjulien opened 6 years ago

pesseyjulien commented 6 years ago

Hi,

The default cache is not working. The directory 'api_rate_limit' is created in cache/dev, but it remains empty.

Any idea why ?

Thanks, Julien

pesseyjulien commented 6 years ago

Redis cache per documentation is not working either !

capture d ecran 2018-08-01 a 17 16 16

IndraGunawan commented 6 years ago

can you provide more information, such as Symfony version, PHP version, API Platform version? is that config for dev?

pesseyjulien commented 6 years ago

Symfony 3.4.13 PHP 7.2.1 API platform 2.3.0

The config is general for now, just trying to make it work.

Thanks !