Skip to content

v3.0.0

Choose a tag to compare

@kfitzgerald kfitzgerald released this 07 Jun 20:10
· 2 commits to master since this release

Breaking Changes

  • getSet has been renamed to getOrSet
  • publish no longer takes a callback, only returns a Promise
  • Most RedisService properties have been prefixed with _
  • All Redis commands have been wrapped and exposed directly on RedisService (e.g. service.get, service.set, ...)

Other Changes

  • Default testing host set to 127.0.0.1
  • Updated/Added tests
  • Updated dependencies