Race condition during clearByTag execution in Redis storage adapter
When utilizing the laminas-cache component with a Redis backend, latency spikes occur during high-concurrency invalidation events. While the adapter provides a unified interface for tagging, the implementation of clearByTag lacks inherent atomicity across distributed nodes. In a high-load environment, multiple processes may trigger tag-based invalidations si