swayok / alternative-laravel-cache

Replacements for Laravel's redis and file cache stores that properly implement tagging idea
MIT License
169 stars 26 forks source link

Does it support memcached? #23

Closed Husain136 closed 3 years ago

swayok commented 3 years ago

No.

Husain136 commented 3 years ago

Will it ever will?

swayok commented 3 years ago

Hi. I've added memcached support but I cannot test it because my dev PC is on Windows and there are no memcached extension available (only outdataed memcache extension which is not supported by Laravel). Also I've refactored tests so that you can run them from inside package (do composer update and run tests as usual). It should work because I used Laravel's code to get connection and pass it to cache store provided by php-cache/memcached-adapter. I'd like to have a feedback about if it works or not.