Skip to content
This repository was archived by the owner on Jul 3, 2024. It is now read-only.

Added `keepExpired` option

Choose a tag to compare

@rafaelrpinto rafaelrpinto released this 22 Jul 07:32
· 28 commits to master since this release

The keepExpired property is optional (defaults to false). When set to false informs the store to remove from DynamoDB expired session rows when they are requested. When set to true the store will just ignores the expired rows and leave them in DynamoDB. This property does not guarantee that all expired sessions will be removed from DynamoDB, only the ones that receive requests after they expire.