Update ioredis-mock to support Cluster
Currently, ioredis-mock does not have a way to mock a Redis.Cluster set up. What's the level of effort it will take to make that happen?
Actually not that much effort.
In a testing context RedisMock.Cluster would simply be a normal RedisMock instance but with a few extra cluster-specific commands and a few differences in how transactions and pipelines work.
Would that fit your mocking needs?
@stipsan Yes, it would. Thank you for your quick response!
Ok great! 😄 I’ll see if I can get it done over the weekend 🤔
- feb. 2018 kl. 09:36 skrev Sothy Chan [email protected]:
@stipsan Yes, it would. Thank you for your quick response!
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub, or mute the thread.
Hey again, I didn't have time this weekend but I'll try and get it done this week 😃
Hi @stipsan, any progress on this? :)
Thanks for the module!
Hey @Kumjami, I'll get to this today 😄
This would be great!
I likely won't have time to work on this anytime soon, but if anyone sends in a PR I'll review it, merge and release! 😄