stipsan / ioredis-mock

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

feat: implement nodes method in cluster mock #1260

Closed egmzy closed 1 year ago

egmzy commented 1 year ago

In the ioredis package there is a Cluster.nodes('all' | 'slave' | 'master') method which is not supported here. I implemented a short solution with an option to get master and slave nodes in the future.

github-actions[bot] commented 1 year ago

:tada: This PR is included in version 8.3.0 :tada:

The release is available on:

Your semantic-release bot :package::rocket: