Answer the question
In order to leave comments, you need to log in
Why is Redis not seeing the cache in Laravel?
Good afternoon!
installed predis package
'redis' => [
'client' => env('REDIS_CLIENT', 'predis'),
'default' => [
'host' => env('REDIS_HOST', '127.0.0.1'),
'password' => env('REDIS_PASSWORD', null),
'port' => env('REDIS_PORT', 6379),
'database' => env('REDIS_DB', 0),
],
'cache' => [
'host' => env('REDIS_HOST', '127.0.0.1'),
'password' => env('REDIS_PASSWORD', null),
'port' => env('REDIS_PORT', 6379),
'database' => env('REDIS_CACHE_DB', 1),
],
],
Answer the question
In order to leave comments, you need to log in
This tab shows requests to Redis made since Telescope was installed, not the contents of the database.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question