Skip to content
This repository has been archived by the owner on Jan 25, 2023. It is now read-only.

This cache store does not support tagging #93

Open
jasperf opened this issue Dec 21, 2019 · 0 comments
Open

This cache store does not support tagging #93

jasperf opened this issue Dec 21, 2019 · 0 comments

Comments

@jasperf
Copy link

jasperf commented Dec 21, 2019

We are getting issues as we use a cache driver that does not support a file or database cache driver.

BadMethodCallException · This cache store does not support tagging.
.....
$userActivity->uniqid = request()->token;
}
$location = geoip()->getLocation();
$browser = new \Sinergi\BrowserDetector\Browser();
$userActivity->updated_at = date('Y-m-d H:i:s');
.....

Perhaps a good idea to add a note to the README on this? We will look into Redis or Memcached.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant