Redis or memcached are the fastest built in caches in laravel. Some benchmarks said redis is faster, others said memcached, but the difference is negligible.
Maybe MongoDb could be another good solution in my production environment it's a bit faster than redis. You can write you'r own mongo cache driver easily with extend cache class.
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community