Skip to content

Add support for Redis Cluster (general) #2323

Description

@Ranexia04

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions