You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Did not find existing library for Redis with implementation of TaggableInterface.
Is there any that could be used ? If not would be nice to have this implemented.
(It looks like there was an attempt to do that in the past: zendframework/zend-cache#84)
The text was updated successfully, but these errors were encountered:
I've moved this to the redis storage adapter of laminas-cache.
Feel free to get your hands on it, since I do neither have any time nor a need for this kind of feature.
But I'd be happy to review any PR towards this feature.
I support the addition of taggable interface for the Redis Adapter. It makes no sense that other storage adapters have tags support, while Redis does not - with tags support, Redis becomes significantly more useful if you are building applications where proper cache invalidation is critical.
Feature Request
Redis storage adapter with "tags" support
Summary
Did not find existing library for Redis with implementation of TaggableInterface.
Is there any that could be used ? If not would be nice to have this implemented.
(It looks like there was an attempt to do that in the past: zendframework/zend-cache#84)
The text was updated successfully, but these errors were encountered: