-
-
Notifications
You must be signed in to change notification settings - Fork 6.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TagDependency invalidate in console #15350
Comments
is basePath of both applications the same? i.e. do they both use the same runtime path? If not you need to configure FileCache to use the same path. |
Its default app with default settings, guess runtime same |
I have similar problem... Yii::app->cache is Redis... Yii 2.0.12. TagDependency from console not reset cache... I think about the id in config, but this dont have result |
Same here, using memcached and |
Having the same issue with |
What steps will reproduce the problem?
I have basic app with same id and cache
part config web.php
part config console.php
in web app I use cache
in console I reset cache
What is the expected result?
reset cache in web
What do you get instead?
cache not resets
but in web
TagDependency::invalidate
works goodAdditional info
The text was updated successfully, but these errors were encountered: