skip to Main Content

GuzzleHttp and Memcached key

I'm playing around with the GuzzleHttp client, GuzzleCacheMiddleware and Memcached. The setup is calling the same url with different parameters. This results in one! memcached hit, so I think the memcached key is created from the url and only the…

VIEW QUESTION

Memcached – Create a Cache Provider class in Symfony

We have memcache on our Symfony 3.4 app: cache: app: cache.adapter.memcached default_memcached_provider: "%app.memcached.dsn%" However, we've been asked to use several cache servers, so just passing one DSN is no good. Looking here (https://symfony.com/blog/new-in-symfony-3-3-memcached-cache-adapter), I see you can create it in…

VIEW QUESTION
Back To Top
Search