Skip to content

Releases: VerdigrisTech/nitrous-driver-redis

v3.0.0

05 Dec 21:41
a26bd28
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.1.0...v3.0.0

v2.1.0

27 Aug 22:52
53c923d
Compare
Choose a tag to compare

Features

  • Adds isClosed property

Fixes

  • Unhandled error that is thrown when isConnected() is called after calling close()

v2.0.0

27 Aug 06:17
b19eb71
Compare
Choose a tag to compare

All official nitrous.js drivers will follow the same major version as nitrous.js from this point on.

Features

  • Adds isConnected method that returns whether the underlying driver is connected to the backend
  • Updates peer dependency of nitrous.js to 2.1.0

v1.1.0

27 Aug 03:09
ce2bfef
Compare
Choose a tag to compare

Changes

  • Changes client property from protected to public

v1.0.1

26 Aug 01:57
f7ffae5
Compare
Choose a tag to compare

Changes

  • Fixes peer dependency to nitrous.js

v1.0.0

25 Aug 22:58
62bb320
Compare
Choose a tag to compare

Changes

  • Initial release 🎉