Releases: gosquared/stash
Releases · gosquared/stash
v0.3.2
- Upgrade
node-redis-warlock
to^v0.1
.
v0.3.1
- 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
- New lru cache internals.
memoize
options changed tolru
.- Removed all callback timeouts. Timeouts should be handled by the application when fetching from its resource.
v0.2.0
- All arguments to
stash.get(key, fetchFn, cb)
are now mandatory. - Added separate memory cache for errors, allowing for different
ttl
andmax
settings. - Rearrange options.