stipsan / ioredis-mock

Emulates ioredis by performing all operations in-memory.
MIT License
336 stars 124 forks source link

Cluster.nodes() is not a supported method #1259

Closed egmzy closed 10 months ago

egmzy commented 1 year ago

In the main package there is a Cluster.nodes('all' | 'slave' | 'master') method which is not supported here. Opened a pull request with the implementation: https://github.com/stipsan/ioredis-mock/pull/1260

dawsbot commented 1 year ago

✅ Should be marked as closed via https://github.com/stipsan/ioredis-mock/pull/1260