Releases: jpodwys/cache-service-redis
Releases · jpodwys/cache-service-redis
2.0.2
Add an error check to mget
(thanks to @gechols)
2.0.1
Update readme with usage notes for AWS Lambda. Thanks to @hottehead.
2.0.0
Adding the ability to pass a custom JSON object. Thanks to @hugosato
1.3.0
Merge #13 from @hugosato. Adds the ability to provide a custom JSON
manipulation object.
1.2.3
Merged #12 from @russellhill so that we only attempt authentication if auth params exist.
1.2.2
Merged #10 (thanks @wirehead)
- Updated
node_redis
pin
- Updated
redis-js
pin
- Added two unit tests
1.2.1
Fixing an issue preventing background refresh from working correctly with more than one key. Thanks @thanpolas
1.2.0
Adding the logJsonParseFailures
config option. Thanks @w43l.
1.1.4
Fixing a bug that caused refresh
functions to execute every 60 seconds. Thanks to @thanpolas.
1.1.3
Only db.auth when url.auth isn't null ( #2 #3 ). Thanks to @azhang