Closed boris-glumpler closed 9 years ago
What's the difference between the memcache and mechached drivers?
One uses Memcache, the other Memcached :) Memcached is basically the improved version of Memcache. Have a look here: http://doctrine-orm.readthedocs.org/en/latest/reference/caching.html
Sent by iPhone.
On 13 Apr 2015, at 12:47, Kirk Bushell notifications@github.com wrote:
What's the difference between the memcache and mechached drivers?
— Reply to this email directly or view it on GitHub.
Laravel only supports Memcached, btw, so supporting Memcache here doesn't actually make much sense.
Sent by iPhone.
On 13 Apr 2015, at 12:47, Kirk Bushell notifications@github.com wrote:
What's the difference between the memcache and mechached drivers?
— Reply to this email directly or view it on GitHub.
As the title says, just added Memcached. Memcache is quite outdated, so I reckon more people will have Memcached installed. I've obviously left Memcache in there. Why anybody would use it is beyond me, tho :)