ioredis icon indicating copy to clipboard operation
ioredis copied to clipboard

Is there ever a need for multiple Cluster instances?

Open hulkish opened this issue 1 year ago • 2 comments

Hello, I am reviewing some code at new job involving usage of new require('ioredis').Cluster() - and am noticing that previous author has created several instances of this in the same application runtime.. but per my knowledge there should only ever be a need for a single instance... correct?

hulkish avatar Dec 28 '23 16:12 hulkish

A single instance should be enough in a typical web application.

luin avatar Jan 07 '24 13:01 luin