memcache has an ugly way of dropping keys when it runs out of memory. redis is really good. opcache caches your php code. apcache caches your pages. You can also consider using varnish cache, if your site has a lot of static pages.
Which solution is the best depends on what you're caching. i would go with Redis, its good for almost everything.
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community