Skip to content

Releases: gosquared/stash

v0.3.2

30 Aug 10:57
Compare
Choose a tag to compare

v0.3.1

29 Aug 14:24
Compare
Choose a tag to compare
  • Replace multi with equivalent SET args.
  • Change Redis requirement to v2.6.12.
  • Options for passing created redis clients for stash to use as an alternative to stash creating its own for each instance.

v0.3.0

29 Aug 14:24
Compare
Choose a tag to compare
  • New lru cache internals.
  • memoize options changed to lru.
  • Removed all callback timeouts. Timeouts should be handled by the application when fetching from its resource.

v0.2.0

29 Aug 14:23
Compare
Choose a tag to compare
  • All arguments to stash.get(key, fetchFn, cb) are now mandatory.
  • Added separate memory cache for errors, allowing for different ttl and max settings.
  • Rearrange options.