Skip to content

Releases: dial-once/node-cache-manager-redis

v0.6.0

20 Apr 12:29
Compare
Choose a tag to compare

Enhancements

v0.5.0

05 Sep 21:28
Compare
Choose a tag to compare

Enhancements

  • Use standard handleResponse method and ensure pool connections are released on error @jeff-kilbride
  • Use redis scan command for the cache.keys method @jeff-kilbride
  • Add ability to delete multiple keys at once @jeff-kilbride

v0.4.0

02 Jan 16:53
Compare
Choose a tag to compare

Fixes

Enhancements

v0.3.2

02 Jan 16:21
Compare
Choose a tag to compare
v0.3.2

v0.2.5

10 Nov 11:29
Compare
Choose a tag to compare

Improvements

  • Move DB selection to the pool and default to 0 (@holm)
  • Allow storage of null values (@jeff-killbride)

Warning

This release contains a reported bug in wrap function - returning always null
Please use upcoming 0.2.6

v0.2.4

08 Sep 16:09
Compare
Choose a tag to compare

Cleanup release, no new features.

Fixes and improvements:

  • Update and clean dependencies
  • Allow usage of password option for redis settings when using a connection string
  • Move to mocha for tests
  • Better handling of undefined values as JSON parseable strings and simplification of handleResponse function code. Tnx @jeff-killbride