ca98am79 / connect-dynamodb

DynamoDB session store for Connect
http://ca98am79.github.com/connect-dynamodb/
MIT License
144 stars 66 forks source link

Implemented touch and made expires TTL compatible #43

Closed rafaelrpinto closed 7 years ago

rafaelrpinto commented 7 years ago

Implemented touch as requested on #23 and changed the expires field to work on seconds units instead of millis to address #39. This way to use TTL we just need to enable it on the table and select the 'expires' field.

ca98am79 commented 7 years ago

thanks!

smaclell commented 7 years ago

Thanks for this solid PR! Looking forward to using it.