We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
If you debug here:
lada-cache/src/Spiritix/LadaCache/Invalidator.php
Line 54 in bac5636
you can see that tags are not prefixed with the lada: prefix
lada:
output from redis-cli monitor
1474295382.561930 [2 127.0.0.1:57456] "EXISTS" "lada:tags:database:receptes:table:taxonomy_group" 1474295382.567505 [2 127.0.0.1:57456] "SMEMBERS" "lada:tags:database:receptes:table:taxonomy_group" 1474295382.567958 [2 127.0.0.1:57456] "EXISTS" "lada:tags:database:receptes:table:taxonomy_group:row:6" 1474295382.568279 [2 127.0.0.1:57456] "SMEMBERS" "lada:tags:database:receptes:table:taxonomy_group:row:6" 1474295382.572728 [2 127.0.0.1:57456] "DEL" "lada:ca4f3478a25b1a65e6ba63b3d486464b" 1474295382.573023 [2 127.0.0.1:57456] "DEL" "lada:8878cfb82fadfd146ec585caa3b9df35" 1474295382.573387 [2 127.0.0.1:57456] "DEL" "lada:239982319ac7e7e3bde82a09befe8db7" 1474295382.573605 [2 127.0.0.1:57456] "DEL" "tags:database:receptes:table:taxonomy_group" 1474295382.573867 [2 127.0.0.1:57456] "DEL" "tags:database:receptes:table:taxonomy_group:row:6"
The text was updated successfully, but these errors were encountered:
Good find. We should also extend the InvalidatorTest to make sure the tags get deleted properly.
Sorry, something went wrong.
Merge pull request #29 from Swanty/issue-27
35b49f6
Properly register singletons + prefix tags before invalidation (issues #27 #29)
Fixed in #29
No branches or pull requests
If you debug here:
lada-cache/src/Spiritix/LadaCache/Invalidator.php
Line 54 in bac5636
you can see that tags are not prefixed with the
lada:
prefixoutput from redis-cli monitor
The text was updated successfully, but these errors were encountered: