Memcached on Windows (wamp) with Laravel

I am developing locally with laravel under wamp, I want to use memcached (not memcache), and after hours and days of searching, I can only find memcache for windows, but not memcached.

Laravel support only memcached and the trick $memcached = new memcache

doesn't work like in other frames if i try to run a page containing caching code the debugger will throw an error like

Symfony \ Component \ Debug \ Exception \ FatalErrorException (E_UNKNOWN) HELP

Class 'Memcached' not found

      

enter image description here

I am struggling with this since for a long time I really need to stimulate the download speed with cache as close to the web servers as possible (no vagrant installation)

+3


source to share





All Articles