sindresorhus/electron-store

Use expiration

Open

#125 opened on Jun 16, 2020

View on GitHub
 (3 comments) (0 reactions) (0 assignees)JavaScript (4,304 stars) (150 forks)batch import
enhancementhelp wanted

Description

It would be awesome if we can set a max age for a single key or the whole store.

For example:

store.set('foo.bar', true, { maxAge: expirationDate });

Contributor guide