I'm using Laravel Cache facade, and the CACHE_DRIVER=redis
. All data is saved in Redis successfully, but when I use redis-cli
and run keys*
there are not keys!
When using the command flushall in redis-cli
it loads the data again from the database, so that means the keys are already stored in Redis.