Skip to content

Add missing ioredis methods

Pre-release
Pre-release
Compare
Choose a tag to compare
@Julien-R44 Julien-R44 released this 16 Jul 14:13
· 71 commits to develop since this release

Changes

Before this release, we kept a hard-coded string list of ioredis method names and inject them in our wrapper classes.
As a result, many were missing from this list, and could become out-of-sync with the ioredis API. This caused this kind of issue :

Now we are using the Reflect API to get all the IoRedis methods

Commits

  • chore: update readme c479ccf
  • ci: fix ci b58dc73
  • ci: run tests only on linux e7c485c
  • chore: add c8 dev dep 63efbee
  • ci: start containers before testing 8ea92c0
  • refactor: get io methods names using reflection 0b139c4

v8.0.0-0...v8.0.0-1