Skip to content

Releases: jpodwys/cache-service-redis

2.0.2

01 Jul 17:43
eb79d6e
Compare
Choose a tag to compare

Add an error check to mget (thanks to @gechols)

2.0.1

20 Apr 16:45
d24c291
Compare
Choose a tag to compare

Update readme with usage notes for AWS Lambda. Thanks to @hottehead.

2.0.0

31 Jan 16:33
Compare
Choose a tag to compare

Adding the ability to pass a custom JSON object. Thanks to @hugosato

1.3.0

30 Jan 17:43
f0a4dd5
Compare
Choose a tag to compare

Merge #13 from @hugosato. Adds the ability to provide a custom JSON manipulation object.

1.2.3

18 May 15:51
Compare
Choose a tag to compare

Merged #12 from @russellhill so that we only attempt authentication if auth params exist.

1.2.2

30 Jan 21:18
Compare
Choose a tag to compare

Merged #10 (thanks @wirehead)

  • Updated node_redis pin
  • Updated redis-js pin
  • Added two unit tests

1.2.1

16 Aug 13:43
Compare
Choose a tag to compare

Fixing an issue preventing background refresh from working correctly with more than one key. Thanks @thanpolas

1.2.0

09 Aug 16:17
Compare
Choose a tag to compare

Adding the logJsonParseFailures config option. Thanks @w43l.

1.1.4

11 Jul 17:43
Compare
Choose a tag to compare

Fixing a bug that caused refresh functions to execute every 60 seconds. Thanks to @thanpolas.

1.1.3

14 Mar 21:13
Compare
Choose a tag to compare

Only db.auth when url.auth isn't null ( #2 #3 ). Thanks to @azhang