Description
Why is this needed?
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.
Which area does this relate to?
Idempotency
Solution
Create alias and refactor documentation.
Acknowledgment
- This request meets Powertools for AWS Lambda (Python) Tenets
- Should this be considered in other Powertools for AWS Lambda languages? i.e. Java, TypeScript, and .NET
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
Coming soon