Answer the question
In order to leave comments, you need to log in
How to find file cache using Redis?
There is meta data that is stored here $meta = Cache::store('redis')->get($query);
in the content
$meta = ['path' => $query, 'service' => 'google', 'content_id' => 123];
Cache::forever(md5($query), $content);
$content = ['id' => 123, 'content' => тут html код];
$meta['content_id']
and display $contetnt['content']
?
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question