Add missing ioredis methods
Pre-release
Pre-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