larapex-charts
larapex-charts copied to clipboard
Problem with cache
Hello guys, yeah that me again :) i want to use a cached data in redis however i am getting weird results :D
No cache data;
Cached data:
Umm there would not be anything that could be different, but please provide more context to help you
simple cache in larvel
$data = cache()->remember('dataCache',now->addDay(),function(){
return User::all();
})
I was not able to get more context, so I will close the issue...