Leaseweb / LswMemcacheBundle

Symfony bundle for Memcache Doctrine caching and session storage in the Web Debug Toolbar.
MIT License
202 stars 57 forks source link

enable memcached extensions #69

Closed LeniM closed 8 years ago

LeniM commented 8 years ago

Hi guys,

I would like store my datas on a remote server. Do I have to install memcache on all my webservers ? composers says so ... :(

mevdschee commented 8 years ago

You install the client (php5-memcache) on all webservers (as suggested). Where you install the server (memcached) is up to you.

mevdschee commented 8 years ago

It is not a bad idea to run memcached locally on your webservers, because it will be very low latency that way, but it is not mandatory.

Shall I close the issue?

LeniM commented 8 years ago

Yes all good, thank you very much for this very clear explonation !

mevdschee commented 8 years ago

You are welcome, enjoy the software!