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
We need to create an alias from RedisCachePersistenceLayer to CachePersistenceLayer without breaking changes. This aligns with Powertools TypeScript implementation naming convention.
The original class will remain backward compatible, but documentation will be updated to use the new name, featuring Valkey Glide examples as the primary implementation.
We'll highlight Valkey-glide library in the examples, which brings significant performance optimizations for Valkey/Cache operations. These optimizations improve response times and resource utilization when using the cache persistence layer.