Maintenance: Rename the RedisCachePersistenceLayer to CachePersistenceLayer in idempotency utility #6666
Closed
2 tasks done
Labels
internal
Maintenance changes
Why is this needed?
We need to create an alias from
RedisCachePersistenceLayer
toCachePersistenceLayer
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.
Which area does this relate to?
Idempotency
Solution
Create alias and refactor documentation.
Acknowledgment
The text was updated successfully, but these errors were encountered: