Laravel still uses database table for cache despite setting redis for caching
from the documentation I setup redis for the cache. But whenever I try hitting any end point, it gives me error for not ebing able to find the table cache in the database. I want only redis to be used not database but I’m not sure what else is missing in the configuration files.
How to clear all Laravel locks when using the redis cache driver?
I am using the redis cache in Laravel. I have a process that acquires a lock:
How to config redis replication for laravel
I’ve read the laravel database redis config doc, and google a lot, but find nothing useful.