Hello!
Right now Redis Cluster is not supported:
if (generalRedis.isCluster) { // TODO: This is due to RSMQ throw new Error( 'Cluster mode is not supported for the general redis instance', ); }
From what i understand, this is because of the rsmq package, which does not support Redis Cluster. (and is also abandoned)
Are there plans to add support for it? For example to replace rsmq with ioredis, or some other plan?
Thanks in advance.
Hello!
Right now Redis Cluster is not supported:
if (generalRedis.isCluster) { // TODO: This is due to RSMQ throw new Error( 'Cluster mode is not supported for the general redis instance', ); }From what i understand, this is because of the rsmq package, which does not support Redis Cluster. (and is also abandoned)
Are there plans to add support for it? For example to replace rsmq with ioredis, or some other plan?
Thanks in advance.