Node Cache Versions Save

a node internal (in-memory) caching module

3.2.0

8 years ago

Added method getTtl to get the time when a key expires. See #49

3.1.0

8 years ago
  • Added option errorOnMissing to throw/callback an error o a miss during a .get( "key" )
    Thanks to David Godfrey for the pull #45
  • Added docker files and a script to run test on different node versions locally

3.0.1

8 years ago
  • unref() the checkperiod timer
  • optimized travis.yml

2.0.0

9 years ago

changed return format of .get() with a error return on a miss and added the .mget() method. Side effect: Performance of .get() up to 330 times faster!

This Release is planed to be published to NPM until Feb. 2015.

1.1.0

9 years ago

added .keys() method to list all existing keys.

1.0.3

9 years ago

fix for setting numeric values. Thanks to kaspars + optimized key ckeck.

1.0.2

9 years ago

Small change for better ttl handling

1.0.0

10 years ago

Made callbacks optional. So it's now possible to use a syncron syntax. The old syntax should also work well.

0.4.0

10 years ago

Added events set, del, expired and ´flush´ to nodecache to react on chaning data.